aqbanking
5.0.28beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobinternaltransfer.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_JOBINTERNALTRANSFER_H
16
#define AQBANKING_JOBINTERNALTRANSFER_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/transactionlimits.h
>
22
23
32
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
38
39
AQBANKING_API
40
AB_JOB
*
AB_JobInternalTransfer_new
(
AB_ACCOUNT
*a);
41
42
56
AQBANKING_API
57
int
AB_JobInternalTransfer_SetTransaction
(
AB_JOB
*j,
const
AB_TRANSACTION
*t);
58
65
AQBANKING_API
66
const
AB_TRANSACTION
*
AB_JobInternalTransfer_GetTransaction
(
const
AB_JOB
*j);
77
81
AQBANKING_API
82
const
AB_TRANSACTION_LIMITS
*
AB_JobInternalTransfer_GetFieldLimits
(
AB_JOB
*j);
83
87
#ifdef __cplusplus
88
}
89
#endif
90
/* defgroup */
92
93
94
#endif
95
Generated on Sat May 25 2013 21:56:32 for aqbanking by
1.8.1.2