aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobdeletesto.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_JOBDELETESTO_H
16
#define AQBANKING_JOBDELETESTO_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/transactionlimits.h
>
22
23
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
34
AQBANKING_API
35
AB_JOB
*
AB_JobDeleteStandingOrder_new
(
AB_ACCOUNT
*a);
36
37
51
AQBANKING_API
52
int
AB_JobDeleteStandingOrder_SetTransaction
(
AB_JOB
*j,
53
const
AB_TRANSACTION
*t);
54
61
AQBANKING_API
62
const
AB_TRANSACTION
*
AB_JobDeleteStandingOrder_GetTransaction
(
const
AB_JOB
*j);
73
77
AQBANKING_API
78
const
AB_TRANSACTION_LIMITS
*
AB_JobDeleteStandingOrder_GetFieldLimits
(
AB_JOB
*j);
79
83
#ifdef __cplusplus
84
}
85
#endif
86
/* addtogroup */
88
89
90
#endif
91
Generated on Sun Oct 27 2013 14:55:09 for aqbanking by
1.8.4