aqbanking  5.7.8
jobinternaltransfer.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_JOBINTERNALTRANSFER_H
13 #define AQBANKING_JOBINTERNALTRANSFER_H
14 
15 
16 #include <aqbanking/job.h>
17 #include <aqbanking/transaction.h>
19 
20 
29 
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
35 
38 
39 
55 
74 
80 
84 #ifdef __cplusplus
85 }
86 #endif
87  /* defgroup */
89 
90 
91 #endif
92 
AQBANKING_DEPRECATED const AB_TRANSACTION * AB_JobInternalTransfer_GetTransaction(const AB_JOB *j)
struct AB_TRANSACTION_LIMITS AB_TRANSACTION_LIMITS
#define AQBANKING_API
Definition: error.h:55
#define AQBANKING_DEPRECATED
Definition: error.h:73
struct AB_JOB AB_JOB
Definition: job.h:106
AB_JOB * AB_JobInternalTransfer_new(AB_ACCOUNT *a)
struct AB_TRANSACTION AB_TRANSACTION
Definition: transaction.h:655
AQBANKING_DEPRECATED const AB_TRANSACTION_LIMITS * AB_JobInternalTransfer_GetFieldLimits(AB_JOB *j)
AQBANKING_DEPRECATED int AB_JobInternalTransfer_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t)
struct AB_ACCOUNT AB_ACCOUNT