aqbanking
5.0.31beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobsepatransfer.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Sun Sep 21 2008
3
copyright : (C) 2008 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_JOBSEPATRANSFER_H
13
#define AQBANKING_JOBSEPATRANSFER_H
14
15
16
#include <
aqbanking/job.h
>
17
#include <
aqbanking/transaction.h
>
18
#include <
aqbanking/transactionlimits.h
>
19
25
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
32
AQBANKING_API
33
AB_JOB
*
AB_JobSepaTransfer_new
(
AB_ACCOUNT
*a);
34
35
48
AQBANKING_API
49
int
AB_JobSepaTransfer_SetTransaction
(
AB_JOB
*j,
const
AB_TRANSACTION
*t);
50
57
AQBANKING_API
58
AB_TRANSACTION
*
AB_JobSepaTransfer_GetTransaction
(
const
AB_JOB
*j);
69
73
AQBANKING_API
74
const
AB_TRANSACTION_LIMITS
*
AB_JobSepaTransfer_GetFieldLimits
(
AB_JOB
*j);
78
#ifdef __cplusplus
79
}
80
#endif
81
/* defgroup */
83
84
#endif
85
Generated on Sun Oct 27 2013 14:40:25 for aqbanking by
1.8.1.2