1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "paymentgroup.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef AB_IMEXPORTER_XML_PAYMENTGROUP_PAYMENTGROUP_P_H
9 #define AB_IMEXPORTER_XML_PAYMENTGROUP_PAYMENTGROUP_P_H
10 
11 #include "./paymentgroup.h"
12 
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 struct AB_IMEXPORTER_XML_PAYMENTGROUP {
19   GWEN_LIST_ELEMENT(AB_IMEXPORTER_XML_PAYMENTGROUP)
20   char *id;
21   int transactionCount;
22   AB_VALUE *controlSum;
23   GWEN_DATE *transactionDate;
24   int sequence;
25   char *creditorSchemeId;
26   char *localIban;
27   char *localBic;
28   char *localName;
29   AB_TRANSACTION_LIST2 *transactionList2;
30   char *hash; /* volatile */
31 };
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif
38 
39