aqbanking
5.1.0beta
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
$RCSfile$
3
-------------------
4
cvs : $Id$
5
begin : Mon Mar 01 2004
6
copyright : (C) 2004 by Martin Preuss
7
email : martin@libchipcard.de
8
9
***************************************************************************
10
* This file is part of the project "AqBanking". *
11
* Please see toplevel file COPYING of that project for license details. *
12
***************************************************************************/
13
14
15
#ifndef AQBANKING_JOBEUTRANSFER_H
16
#define AQBANKING_JOBEUTRANSFER_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/eutransferinfo.h
>
22
23
28
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
37
typedef
enum
{
38
AB_JobEuTransfer_ChargeWhom_Unknown
=0,
40
AB_JobEuTransfer_ChargeWhom_Local
,
42
AB_JobEuTransfer_ChargeWhom_Remote
,
44
AB_JobEuTransfer_ChargeWhom_Share
45
}
AB_JOBEUTRANSFER_CHARGE_WHOM
;
46
47
48
AQBANKING_API
49
AB_JOB
*
AB_JobEuTransfer_new
(
AB_ACCOUNT
*a);
50
51
73
AQBANKING_API
74
int
AB_JobEuTransfer_SetTransaction
(
AB_JOB
*j,
const
AB_TRANSACTION
*t);
75
82
AQBANKING_API
83
const
AB_TRANSACTION
*
AB_JobEuTransfer_GetTransaction
(
const
AB_JOB
*j);
94
95
AQBANKING_API
96
const
AB_EUTRANSFER_INFO
*
AB_JobEuTransfer_FindCountryInfo
(
const
AB_JOB
*j,
97
const
char
*cnt);
98
99
AQBANKING_API
100
const
AB_EUTRANSFER_INFO_LIST
*
101
AB_JobEuTransfer_GetCountryInfoList
(
const
AB_JOB
*j);
102
108
AQBANKING_API
109
int
AB_JobEuTransfer_GetIbanAllowed
(
const
AB_JOB
*j);
110
111
AQBANKING_API
112
AB_JOBEUTRANSFER_CHARGE_WHOM
AB_JobEuTransfer_GetChargeWhom
(
const
AB_JOB
*j);
113
118
AQBANKING_API
119
void
AB_JobEuTransfer_SetChargeWhom
(
AB_JOB
*j,
120
AB_JOBEUTRANSFER_CHARGE_WHOM
i);
121
122
126
#ifdef __cplusplus
127
}
128
#endif
129
130
/* addtogroup */
132
133
134
#endif
135
Generated on Tue Nov 12 2013 11:09:16 for aqbanking by
1.8.1.2