aqbanking  5.7.8
transactionfns.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2013 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 
12 
13 #ifndef AQBANKING_TRANSACTIONFNS_H
14 #define AQBANKING_TRANSACTIONFNS_H
15 
16 #include <aqbanking/transaction.h>
17 #include <aqbanking/account.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 
29  const AB_TRANSACTION *t0);
30 
39 
40 
41 
44 
47 
50 
53 
56 
59 
62 
63 
69 int AB_Transaction_CheckForSepaConformity(const AB_TRANSACTION *t, int restricted);
70 
71 
73 int AB_Transaction_WriteToFile(const AB_TRANSACTION *t, const char *tFile);
74 
75 
76 #ifdef __cplusplus
77 } /* __cplusplus */
78 #endif
79 
80 
81 #endif /* AQBANKING_TRANSACTIONFNS_H */
struct AB_TRANSACTION_LIMITS AB_TRANSACTION_LIMITS
int AB_Transaction_Compare(const AB_TRANSACTION *t1, const AB_TRANSACTION *t0)
#define AQBANKING_API
Definition: error.h:55
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
Definition: transaction.h:655
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