aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobmodifydatedtransfer.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_JOBMODIFYDATEDTRANSFER_H
16
#define AQBANKING_JOBMODIFYDATEDTRANSFER_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/transactionlimits.h
>
22
28
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
35
AQBANKING_API
36
AB_JOB
*
AB_JobModifyDatedTransfer_new
(
AB_ACCOUNT
*a);
37
38
52
AQBANKING_API
53
int
AB_JobModifyDatedTransfer_SetTransaction
(
AB_JOB
*j,
54
const
AB_TRANSACTION
*t);
55
62
AQBANKING_API
63
const
AB_TRANSACTION
*
AB_JobModifyDatedTransfer_GetTransaction
(
const
AB_JOB
*j);
74
78
AQBANKING_API
79
const
AB_TRANSACTION_LIMITS
*
AB_JobModifyDatedTransfer_GetFieldLimits
(
AB_JOB
*j);
80
84
#ifdef __cplusplus
85
}
86
#endif
87
91
#endif
92
Generated on Sun Jun 3 2012 18:45:32 for aqbanking by
1.8.1