aqbanking 5.0.2

jobsingledebitnote.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id$
00005  begin       : Mon Mar 01 2004
00006  copyright   : (C) 2004 by Martin Preuss
00007  email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  * This file is part of the project "AqBanking".                           *
00011  * Please see toplevel file COPYING of that project for license details.   *
00012  ***************************************************************************/
00013 
00014 
00015 #ifndef AQBANKING_JOBSINGLEDEBITNOTE_H
00016 #define AQBANKING_JOBSINGLEDEBITNOTE_H
00017 
00018 
00019 #include <aqbanking/job.h>
00020 #include <aqbanking/transaction.h>
00021 #include <aqbanking/transactionlimits.h>
00022 
00023 
00042 
00043 
00044 #ifdef __cplusplus
00045 extern "C" {
00046 #endif
00047 
00048 
00049 AQBANKING_API 
00050 AB_JOB *AB_JobSingleDebitNote_new(AB_ACCOUNT *a);
00051 
00052 
00066 AQBANKING_API 
00067 int AB_JobSingleDebitNote_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t);
00068 
00075 AQBANKING_API 
00076 AB_TRANSACTION *AB_JobSingleDebitNote_GetTransaction(const AB_JOB *j);
00087 
00091 AQBANKING_API 
00092 const AB_TRANSACTION_LIMITS *AB_JobSingleDebitNote_GetFieldLimits(AB_JOB *j);
00096 #ifdef __cplusplus
00097 }
00098 #endif
00099 
00100  /* addtogroup */
00102 
00103 
00104 #endif
00105