aqbanking
5.4.3beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobeutransfer.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_JOBEUTRANSFER_H
13
#define AQBANKING_JOBEUTRANSFER_H
14
15
16
#include <
aqbanking/job.h
>
17
#include <
aqbanking/transaction.h
>
18
#include <
aqbanking/eutransferinfo.h
>
19
20
25
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
34
typedef
enum
{
35
AB_JobEuTransfer_ChargeWhom_Unknown
=0,
37
AB_JobEuTransfer_ChargeWhom_Local
,
39
AB_JobEuTransfer_ChargeWhom_Remote
,
41
AB_JobEuTransfer_ChargeWhom_Share
42
}
AB_JOBEUTRANSFER_CHARGE_WHOM
;
43
44
45
AQBANKING_API
46
AB_JOB
*
AB_JobEuTransfer_new
(
AB_ACCOUNT
*a);
47
48
70
AQBANKING_API
71
int
AB_JobEuTransfer_SetTransaction
(
AB_JOB
*j,
const
AB_TRANSACTION
*t);
72
79
AQBANKING_API
80
const
AB_TRANSACTION
*
AB_JobEuTransfer_GetTransaction
(
const
AB_JOB
*j);
91
92
AQBANKING_API
93
const
AB_EUTRANSFER_INFO
*
AB_JobEuTransfer_FindCountryInfo
(
const
AB_JOB
*j,
94
const
char
*cnt);
95
96
AQBANKING_API
97
const
AB_EUTRANSFER_INFO_LIST
*
98
AB_JobEuTransfer_GetCountryInfoList
(
const
AB_JOB
*j);
99
105
AQBANKING_API
106
int
AB_JobEuTransfer_GetIbanAllowed
(
const
AB_JOB
*j);
107
108
AQBANKING_API
109
AB_JOBEUTRANSFER_CHARGE_WHOM
AB_JobEuTransfer_GetChargeWhom
(
const
AB_JOB
*j);
110
115
AQBANKING_API
116
void
AB_JobEuTransfer_SetChargeWhom
(
AB_JOB
*j,
117
AB_JOBEUTRANSFER_CHARGE_WHOM
i);
118
119
123
#ifdef __cplusplus
124
}
125
#endif
126
127
/* addtogroup */
129
130
131
#endif
132
Generated on Sun Apr 27 2014 19:44:32 for aqbanking by
1.8.1.2