aqbanking
5.4.3beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
transactionlimits.h
Go to the documentation of this file.
1
/* This file is auto-generated from "transactionlimits.xml" by the typemaker
2
tool of Gwenhywfar.
3
Do not edit this file -- all changes will be lost! */
4
#ifndef TRANSACTIONLIMITS_H
5
#define TRANSACTIONLIMITS_H
6
590
#ifdef __cplusplus
591
extern
"C"
{
592
#endif
593
594
typedef
struct
AB_TRANSACTION_LIMITS
AB_TRANSACTION_LIMITS
;
595
596
#ifdef __cplusplus
597
}
/* __cplusplus */
598
#endif
599
600
#include <gwenhywfar/db.h>
601
#include <gwenhywfar/misc.h>
602
#include <gwenhywfar/list2.h>
603
/* headers */
604
#include <gwenhywfar/types.h>
605
#include <gwenhywfar/stringlist.h>
606
#include <
aqbanking/error.h
>
607
#include <
aqbanking/textkeydescr.h
>
608
609
#ifdef __cplusplus
610
extern
"C"
{
611
#endif
612
613
614
GWEN_LIST_FUNCTION_LIB_DEFS
(
AB_TRANSACTION_LIMITS
, AB_TransactionLimits,
AQBANKING_API
)
615
AQBANKING_API
AB_TRANSACTION_LIMITS_LIST
*
AB_TransactionLimits_List_dup
(const
AB_TRANSACTION_LIMITS_LIST
*stl);
616
617
GWEN_LIST2_FUNCTION_LIB_DEFS
(
AB_TRANSACTION_LIMITS
, AB_TransactionLimits,
AQBANKING_API
)
618
621
AQBANKING_API
void
AB_TransactionLimits_List2_freeAll
(
AB_TRANSACTION_LIMITS_LIST2
*stl);
622
625
AQBANKING_API
AB_TRANSACTION_LIMITS *
AB_TransactionLimits_new
(
void
);
628
AQBANKING_API
AB_TRANSACTION_LIMITS *
AB_TransactionLimits_fromDb
(GWEN_DB_NODE *db);
631
AQBANKING_API
AB_TRANSACTION_LIMITS *
AB_TransactionLimits_dup
(const AB_TRANSACTION_LIMITS*st);
634
AQBANKING_API
void
AB_TransactionLimits_free
(AB_TRANSACTION_LIMITS *st);
637
AQBANKING_API
void
AB_TransactionLimits_Attach
(AB_TRANSACTION_LIMITS *st);
640
AQBANKING_API
int
AB_TransactionLimits_ReadDb
(AB_TRANSACTION_LIMITS *st, GWEN_DB_NODE *db);
643
AQBANKING_API
int
AB_TransactionLimits_toDb
(const AB_TRANSACTION_LIMITS*st, GWEN_DB_NODE *db);
646
AQBANKING_API
int
AB_TransactionLimits_IsModified
(const AB_TRANSACTION_LIMITS *st);
649
AQBANKING_API
void
AB_TransactionLimits_SetModified
(AB_TRANSACTION_LIMITS *st,
int
i);
650
651
656
660
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenLocalName
(const AB_TRANSACTION_LIMITS *el);
664
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenLocalName
(AB_TRANSACTION_LIMITS *el,
int
d);
665
669
AQBANKING_API
int
AB_TransactionLimits_GetMinLenLocalName
(const AB_TRANSACTION_LIMITS *el);
673
AQBANKING_API
void
AB_TransactionLimits_SetMinLenLocalName
(AB_TRANSACTION_LIMITS *el,
int
d);
674
681
685
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenRemoteName
(const AB_TRANSACTION_LIMITS *el);
689
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenRemoteName
(AB_TRANSACTION_LIMITS *el,
int
d);
690
694
AQBANKING_API
int
AB_TransactionLimits_GetMinLenRemoteName
(const AB_TRANSACTION_LIMITS *el);
698
AQBANKING_API
void
AB_TransactionLimits_SetMinLenRemoteName
(AB_TRANSACTION_LIMITS *el,
int
d);
699
703
AQBANKING_API
int
AB_TransactionLimits_GetMaxLinesRemoteName
(const AB_TRANSACTION_LIMITS *el);
707
AQBANKING_API
void
AB_TransactionLimits_SetMaxLinesRemoteName
(AB_TRANSACTION_LIMITS *el,
int
d);
708
712
AQBANKING_API
int
AB_TransactionLimits_GetMinLinesRemoteName
(const AB_TRANSACTION_LIMITS *el);
716
AQBANKING_API
void
AB_TransactionLimits_SetMinLinesRemoteName
(AB_TRANSACTION_LIMITS *el,
int
d);
717
724
728
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenLocalBankCode
(const AB_TRANSACTION_LIMITS *el);
732
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenLocalBankCode
(AB_TRANSACTION_LIMITS *el,
int
d);
733
737
AQBANKING_API
int
AB_TransactionLimits_GetMinLenLocalBankCode
(const AB_TRANSACTION_LIMITS *el);
741
AQBANKING_API
void
AB_TransactionLimits_SetMinLenLocalBankCode
(AB_TRANSACTION_LIMITS *el,
int
d);
742
749
753
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenLocalAccountNumber
(const AB_TRANSACTION_LIMITS *el);
757
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenLocalAccountNumber
(AB_TRANSACTION_LIMITS *el,
int
d);
758
762
AQBANKING_API
int
AB_TransactionLimits_GetMinLenLocalAccountNumber
(const AB_TRANSACTION_LIMITS *el);
766
AQBANKING_API
void
AB_TransactionLimits_SetMinLenLocalAccountNumber
(AB_TRANSACTION_LIMITS *el,
int
d);
767
774
778
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenLocalSuffix
(const AB_TRANSACTION_LIMITS *el);
782
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenLocalSuffix
(AB_TRANSACTION_LIMITS *el,
int
d);
783
787
AQBANKING_API
int
AB_TransactionLimits_GetMinLenLocalSuffix
(const AB_TRANSACTION_LIMITS *el);
791
AQBANKING_API
void
AB_TransactionLimits_SetMinLenLocalSuffix
(AB_TRANSACTION_LIMITS *el,
int
d);
792
799
803
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenRemoteBankCode
(const AB_TRANSACTION_LIMITS *el);
807
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenRemoteBankCode
(AB_TRANSACTION_LIMITS *el,
int
d);
808
812
AQBANKING_API
int
AB_TransactionLimits_GetMinLenRemoteBankCode
(const AB_TRANSACTION_LIMITS *el);
816
AQBANKING_API
void
AB_TransactionLimits_SetMinLenRemoteBankCode
(AB_TRANSACTION_LIMITS *el,
int
d);
817
824
828
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenRemoteAccountNumber
(const AB_TRANSACTION_LIMITS *el);
832
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenRemoteAccountNumber
(AB_TRANSACTION_LIMITS *el,
int
d);
833
837
AQBANKING_API
int
AB_TransactionLimits_GetMinLenRemoteAccountNumber
(const AB_TRANSACTION_LIMITS *el);
841
AQBANKING_API
void
AB_TransactionLimits_SetMinLenRemoteAccountNumber
(AB_TRANSACTION_LIMITS *el,
int
d);
842
849
853
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenRemoteSuffix
(const AB_TRANSACTION_LIMITS *el);
857
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenRemoteSuffix
(AB_TRANSACTION_LIMITS *el,
int
d);
858
862
AQBANKING_API
int
AB_TransactionLimits_GetMinLenRemoteSuffix
(const AB_TRANSACTION_LIMITS *el);
866
AQBANKING_API
void
AB_TransactionLimits_SetMinLenRemoteSuffix
(AB_TRANSACTION_LIMITS *el,
int
d);
867
874
878
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenRemoteIban
(const AB_TRANSACTION_LIMITS *el);
882
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenRemoteIban
(AB_TRANSACTION_LIMITS *el,
int
d);
883
887
AQBANKING_API
int
AB_TransactionLimits_GetMinLenRemoteIban
(const AB_TRANSACTION_LIMITS *el);
891
AQBANKING_API
void
AB_TransactionLimits_SetMinLenRemoteIban
(AB_TRANSACTION_LIMITS *el,
int
d);
892
899
903
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenTextKey
(const AB_TRANSACTION_LIMITS *el);
907
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenTextKey
(AB_TRANSACTION_LIMITS *el,
int
d);
908
912
AQBANKING_API
int
AB_TransactionLimits_GetMinLenTextKey
(const AB_TRANSACTION_LIMITS *el);
916
AQBANKING_API
void
AB_TransactionLimits_SetMinLenTextKey
(AB_TRANSACTION_LIMITS *el,
int
d);
917
921
AQBANKING_API
GWEN_STRINGLIST *
AB_TransactionLimits_GetValuesTextKey
(const AB_TRANSACTION_LIMITS *el);
925
AQBANKING_API
void
AB_TransactionLimits_SetValuesTextKey
(AB_TRANSACTION_LIMITS *el, GWEN_STRINGLIST *d);
926
AQBANKING_API
void
AB_TransactionLimits_AddValuesTextKey
(AB_TRANSACTION_LIMITS *st, const
char
*d,
int
chk);
927
AQBANKING_API
void
AB_TransactionLimits_RemoveValuesTextKey
(AB_TRANSACTION_LIMITS *st, const
char
*d);
928
AQBANKING_API
void
AB_TransactionLimits_ClearValuesTextKey
(AB_TRANSACTION_LIMITS *st);
929
AQBANKING_API
int
AB_TransactionLimits_HasValuesTextKey
(const AB_TRANSACTION_LIMITS *st, const
char
*d);
930
934
AQBANKING_API
AB_TEXTKEY_DESCR_LIST
*
AB_TransactionLimits_GetTextKeys
(const AB_TRANSACTION_LIMITS *el);
938
AQBANKING_API
void
AB_TransactionLimits_SetTextKeys
(AB_TRANSACTION_LIMITS *el,
AB_TEXTKEY_DESCR_LIST
*d);
939
946
950
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenCustomerReference
(const AB_TRANSACTION_LIMITS *el);
954
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenCustomerReference
(AB_TRANSACTION_LIMITS *el,
int
d);
955
959
AQBANKING_API
int
AB_TransactionLimits_GetMinLenCustomerReference
(const AB_TRANSACTION_LIMITS *el);
963
AQBANKING_API
void
AB_TransactionLimits_SetMinLenCustomerReference
(AB_TRANSACTION_LIMITS *el,
int
d);
964
971
975
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenBankReference
(const AB_TRANSACTION_LIMITS *el);
979
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenBankReference
(AB_TRANSACTION_LIMITS *el,
int
d);
980
984
AQBANKING_API
int
AB_TransactionLimits_GetMinLenBankReference
(const AB_TRANSACTION_LIMITS *el);
988
AQBANKING_API
void
AB_TransactionLimits_SetMinLenBankReference
(AB_TRANSACTION_LIMITS *el,
int
d);
989
998
1002
AQBANKING_API
int
AB_TransactionLimits_GetMaxLenPurpose
(const AB_TRANSACTION_LIMITS *el);
1006
AQBANKING_API
void
AB_TransactionLimits_SetMaxLenPurpose
(AB_TRANSACTION_LIMITS *el,
int
d);
1007
1011
AQBANKING_API
int
AB_TransactionLimits_GetMinLenPurpose
(const AB_TRANSACTION_LIMITS *el);
1015
AQBANKING_API
void
AB_TransactionLimits_SetMinLenPurpose
(AB_TRANSACTION_LIMITS *el,
int
d);
1016
1020
AQBANKING_API
int
AB_TransactionLimits_GetMaxLinesPurpose
(const AB_TRANSACTION_LIMITS *el);
1024
AQBANKING_API
void
AB_TransactionLimits_SetMaxLinesPurpose
(AB_TRANSACTION_LIMITS *el,
int
d);
1025
1029
AQBANKING_API
int
AB_TransactionLimits_GetMinLinesPurpose
(const AB_TRANSACTION_LIMITS *el);
1033
AQBANKING_API
void
AB_TransactionLimits_SetMinLinesPurpose
(AB_TRANSACTION_LIMITS *el,
int
d);
1034
1041
1045
AQBANKING_API
int
AB_TransactionLimits_GetNeedDate
(const AB_TRANSACTION_LIMITS *el);
1049
AQBANKING_API
void
AB_TransactionLimits_SetNeedDate
(AB_TRANSACTION_LIMITS *el,
int
d);
1050
1057
1061
AQBANKING_API
int
AB_TransactionLimits_GetMinValueSetupTime
(const AB_TRANSACTION_LIMITS *el);
1065
AQBANKING_API
void
AB_TransactionLimits_SetMinValueSetupTime
(AB_TRANSACTION_LIMITS *el,
int
d);
1066
1070
AQBANKING_API
int
AB_TransactionLimits_GetMaxValueSetupTime
(const AB_TRANSACTION_LIMITS *el);
1074
AQBANKING_API
void
AB_TransactionLimits_SetMaxValueSetupTime
(AB_TRANSACTION_LIMITS *el,
int
d);
1075
1079
AQBANKING_API
int
AB_TransactionLimits_GetMinValueSetupTimeFirst
(const AB_TRANSACTION_LIMITS *el);
1083
AQBANKING_API
void
AB_TransactionLimits_SetMinValueSetupTimeFirst
(AB_TRANSACTION_LIMITS *el,
int
d);
1084
1088
AQBANKING_API
int
AB_TransactionLimits_GetMaxValueSetupTimeFirst
(const AB_TRANSACTION_LIMITS *el);
1092
AQBANKING_API
void
AB_TransactionLimits_SetMaxValueSetupTimeFirst
(AB_TRANSACTION_LIMITS *el,
int
d);
1093
1097
AQBANKING_API
int
AB_TransactionLimits_GetMinValueSetupTimeOnce
(const AB_TRANSACTION_LIMITS *el);
1101
AQBANKING_API
void
AB_TransactionLimits_SetMinValueSetupTimeOnce
(AB_TRANSACTION_LIMITS *el,
int
d);
1102
1106
AQBANKING_API
int
AB_TransactionLimits_GetMaxValueSetupTimeOnce
(const AB_TRANSACTION_LIMITS *el);
1110
AQBANKING_API
void
AB_TransactionLimits_SetMaxValueSetupTimeOnce
(AB_TRANSACTION_LIMITS *el,
int
d);
1111
1115
AQBANKING_API
int
AB_TransactionLimits_GetMinValueSetupTimeRecurring
(const AB_TRANSACTION_LIMITS *el);
1119
AQBANKING_API
void
AB_TransactionLimits_SetMinValueSetupTimeRecurring
(AB_TRANSACTION_LIMITS *el,
int
d);
1120
1124
AQBANKING_API
int
AB_TransactionLimits_GetMaxValueSetupTimeRecurring
(const AB_TRANSACTION_LIMITS *el);
1128
AQBANKING_API
void
AB_TransactionLimits_SetMaxValueSetupTimeRecurring
(AB_TRANSACTION_LIMITS *el,
int
d);
1129
1133
AQBANKING_API
int
AB_TransactionLimits_GetMinValueSetupTimeFinal
(const AB_TRANSACTION_LIMITS *el);
1137
AQBANKING_API
void
AB_TransactionLimits_SetMinValueSetupTimeFinal
(AB_TRANSACTION_LIMITS *el,
int
d);
1138
1142
AQBANKING_API
int
AB_TransactionLimits_GetMaxValueSetupTimeFinal
(const AB_TRANSACTION_LIMITS *el);
1146
AQBANKING_API
void
AB_TransactionLimits_SetMaxValueSetupTimeFinal
(AB_TRANSACTION_LIMITS *el,
int
d);
1147
1151
AQBANKING_API
GWEN_STRINGLIST *
AB_TransactionLimits_GetValuesCycleWeek
(const AB_TRANSACTION_LIMITS *el);
1155
AQBANKING_API
void
AB_TransactionLimits_SetValuesCycleWeek
(AB_TRANSACTION_LIMITS *el, GWEN_STRINGLIST *d);
1156
AQBANKING_API
void
AB_TransactionLimits_AddValuesCycleWeek
(AB_TRANSACTION_LIMITS *st, const
char
*d,
int
chk);
1157
AQBANKING_API
void
AB_TransactionLimits_RemoveValuesCycleWeek
(AB_TRANSACTION_LIMITS *st, const
char
*d);
1158
AQBANKING_API
void
AB_TransactionLimits_ClearValuesCycleWeek
(AB_TRANSACTION_LIMITS *st);
1159
AQBANKING_API
int
AB_TransactionLimits_HasValuesCycleWeek
(const AB_TRANSACTION_LIMITS *st, const
char
*d);
1160
1164
AQBANKING_API
GWEN_STRINGLIST *
AB_TransactionLimits_GetValuesCycleMonth
(const AB_TRANSACTION_LIMITS *el);
1168
AQBANKING_API
void
AB_TransactionLimits_SetValuesCycleMonth
(AB_TRANSACTION_LIMITS *el, GWEN_STRINGLIST *d);
1169
AQBANKING_API
void
AB_TransactionLimits_AddValuesCycleMonth
(AB_TRANSACTION_LIMITS *st, const
char
*d,
int
chk);
1170
AQBANKING_API
void
AB_TransactionLimits_RemoveValuesCycleMonth
(AB_TRANSACTION_LIMITS *st, const
char
*d);
1171
AQBANKING_API
void
AB_TransactionLimits_ClearValuesCycleMonth
(AB_TRANSACTION_LIMITS *st);
1172
AQBANKING_API
int
AB_TransactionLimits_HasValuesCycleMonth
(const AB_TRANSACTION_LIMITS *st, const
char
*d);
1173
1177
AQBANKING_API
GWEN_STRINGLIST *
AB_TransactionLimits_GetValuesExecutionDayWeek
(const AB_TRANSACTION_LIMITS *el);
1181
AQBANKING_API
void
AB_TransactionLimits_SetValuesExecutionDayWeek
(AB_TRANSACTION_LIMITS *el, GWEN_STRINGLIST *d);
1182
AQBANKING_API
void
AB_TransactionLimits_AddValuesExecutionDayWeek
(AB_TRANSACTION_LIMITS *st, const
char
*d,
int
chk);
1183
AQBANKING_API
void
AB_TransactionLimits_RemoveValuesExecutionDayWeek
(AB_TRANSACTION_LIMITS *st, const
char
*d);
1184
AQBANKING_API
void
AB_TransactionLimits_ClearValuesExecutionDayWeek
(AB_TRANSACTION_LIMITS *st);
1185
AQBANKING_API
int
AB_TransactionLimits_HasValuesExecutionDayWeek
(const AB_TRANSACTION_LIMITS *st, const
char
*d);
1186
1190
AQBANKING_API
GWEN_STRINGLIST *
AB_TransactionLimits_GetValuesExecutionDayMonth
(const AB_TRANSACTION_LIMITS *el);
1194
AQBANKING_API
void
AB_TransactionLimits_SetValuesExecutionDayMonth
(AB_TRANSACTION_LIMITS *el, GWEN_STRINGLIST *d);
1195
AQBANKING_API
void
AB_TransactionLimits_AddValuesExecutionDayMonth
(AB_TRANSACTION_LIMITS *st, const
char
*d,
int
chk);
1196
AQBANKING_API
void
AB_TransactionLimits_RemoveValuesExecutionDayMonth
(AB_TRANSACTION_LIMITS *st, const
char
*d);
1197
AQBANKING_API
void
AB_TransactionLimits_ClearValuesExecutionDayMonth
(AB_TRANSACTION_LIMITS *st);
1198
AQBANKING_API
int
AB_TransactionLimits_HasValuesExecutionDayMonth
(const AB_TRANSACTION_LIMITS *st, const
char
*d);
1199
1203
AQBANKING_API
int
AB_TransactionLimits_GetAllowMonthly
(const AB_TRANSACTION_LIMITS *el);
1207
AQBANKING_API
void
AB_TransactionLimits_SetAllowMonthly
(AB_TRANSACTION_LIMITS *el,
int
d);
1208
1212
AQBANKING_API
int
AB_TransactionLimits_GetAllowWeekly
(const AB_TRANSACTION_LIMITS *el);
1216
AQBANKING_API
void
AB_TransactionLimits_SetAllowWeekly
(AB_TRANSACTION_LIMITS *el,
int
d);
1217
1221
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeRecipientAccount
(const AB_TRANSACTION_LIMITS *el);
1225
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeRecipientAccount
(AB_TRANSACTION_LIMITS *el,
int
d);
1226
1230
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeRecipientName
(const AB_TRANSACTION_LIMITS *el);
1234
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeRecipientName
(AB_TRANSACTION_LIMITS *el,
int
d);
1235
1239
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeValue
(const AB_TRANSACTION_LIMITS *el);
1243
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeValue
(AB_TRANSACTION_LIMITS *el,
int
d);
1244
1248
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeTextKey
(const AB_TRANSACTION_LIMITS *el);
1252
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeTextKey
(AB_TRANSACTION_LIMITS *el,
int
d);
1253
1257
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangePurpose
(const AB_TRANSACTION_LIMITS *el);
1261
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangePurpose
(AB_TRANSACTION_LIMITS *el,
int
d);
1262
1266
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeFirstExecutionDate
(const AB_TRANSACTION_LIMITS *el);
1270
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeFirstExecutionDate
(AB_TRANSACTION_LIMITS *el,
int
d);
1271
1275
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeLastExecutionDate
(const AB_TRANSACTION_LIMITS *el);
1279
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeLastExecutionDate
(AB_TRANSACTION_LIMITS *el,
int
d);
1280
1284
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeCycle
(const AB_TRANSACTION_LIMITS *el);
1288
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeCycle
(AB_TRANSACTION_LIMITS *el,
int
d);
1289
1293
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangePeriod
(const AB_TRANSACTION_LIMITS *el);
1297
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangePeriod
(AB_TRANSACTION_LIMITS *el,
int
d);
1298
1302
AQBANKING_API
int
AB_TransactionLimits_GetAllowChangeExecutionDay
(const AB_TRANSACTION_LIMITS *el);
1306
AQBANKING_API
void
AB_TransactionLimits_SetAllowChangeExecutionDay
(AB_TRANSACTION_LIMITS *el,
int
d);
1307
1311
#ifdef __cplusplus
1312
}
/* __cplusplus */
1313
#endif
1314
1315
1316
#endif
/* TRANSACTIONLIMITS_H */
Generated on Sun Apr 27 2014 19:44:32 for aqbanking by
1.8.1.2