13 #ifndef AQBANKING_TRANSACTIONFNS_H 14 #define AQBANKING_TRANSACTIONFNS_H struct AB_TRANSACTION_LIMITS AB_TRANSACTION_LIMITS
int AB_Transaction_Compare(const AB_TRANSACTION *t1, const AB_TRANSACTION *t0)
int AB_Transaction_CheckFirstExecutionDateAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_CheckForSepaConformity(const AB_TRANSACTION *t, int restricted)
int AB_Transaction_CheckDateAgainstSequenceLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_CheckRecurrenceAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
struct AB_TRANSACTION AB_TRANSACTION
void AB_Transaction_FillLocalFromAccount(AB_TRANSACTION *t, const AB_ACCOUNT *a)
int AB_Transaction_CheckDateAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_CheckTextKeyAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_CheckPurposeAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_CheckNamesAgainstLimits(const AB_TRANSACTION *t, const AB_TRANSACTION_LIMITS *lim)
int AB_Transaction_WriteToFile(const AB_TRANSACTION *t, const char *tFile)
struct AB_ACCOUNT AB_ACCOUNT