aqbanking
5.0.31beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobsingledebitnote.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_JOBSINGLEDEBITNOTE_H
16
#define AQBANKING_JOBSINGLEDEBITNOTE_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/transaction.h
>
21
#include <
aqbanking/transactionlimits.h
>
22
23
42
43
44
#ifdef __cplusplus
45
extern
"C"
{
46
#endif
47
48
49
AQBANKING_API
50
AB_JOB
*
AB_JobSingleDebitNote_new
(
AB_ACCOUNT
*a);
51
52
66
AQBANKING_API
67
int
AB_JobSingleDebitNote_SetTransaction
(
AB_JOB
*j,
const
AB_TRANSACTION
*t);
68
75
AQBANKING_API
76
AB_TRANSACTION
*
AB_JobSingleDebitNote_GetTransaction
(
const
AB_JOB
*j);
87
91
AQBANKING_API
92
const
AB_TRANSACTION_LIMITS
*
AB_JobSingleDebitNote_GetFieldLimits
(
AB_JOB
*j);
96
#ifdef __cplusplus
97
}
98
#endif
99
100
/* addtogroup */
102
103
104
#endif
105
Generated on Wed Aug 21 2013 19:09:14 for aqbanking by
1.8.4