aqbanking  5.7.8
jobgetdatedtransfers.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 #ifndef AQBANKING_JOBGETDATEDTRANSFERS_H
13 #define AQBANKING_JOBGETDATEDTRANSFERS_H
14 
15 
16 #include <aqbanking/job.h>
17 #include <aqbanking/transaction.h>
18 
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 
36 
41 
42 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 
52 #endif /* AQBANKING_JOBGETDATEDTRANSFERS_H */
53 
#define AQBANKING_API
Definition: error.h:55
#define AQBANKING_DEPRECATED
Definition: error.h:73
struct AB_JOB AB_JOB
Definition: job.h:106
AQBANKING_DEPRECATED AB_TRANSACTION_LIST2 * AB_JobGetDatedTransfers_GetDatedTransfers(const AB_JOB *j)
struct AB_TRANSACTION_LIST2 AB_TRANSACTION_LIST2
Definition: listdoc.h:5002
AB_JOB * AB_JobGetDatedTransfers_new(AB_ACCOUNT *a)
struct AB_ACCOUNT AB_ACCOUNT