00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: jobsingledebitnote.h 947 2006-02-21 17:04:54Z aquamaniac $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef AQBANKING_JOBSINGLEDEBITNOTE_H 00015 #define AQBANKING_JOBSINGLEDEBITNOTE_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/transaction.h> 00020 #include <aqbanking/transactionlimits.h> 00021 00022 00041 00042 00043 #ifdef __cplusplus 00044 extern "C" { 00045 #endif 00046 00047 00048 AQBANKING_API 00049 AB_JOB *AB_JobSingleDebitNote_new(AB_ACCOUNT *a); 00050 00051 00065 AQBANKING_API 00066 int AB_JobSingleDebitNote_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t); 00067 00074 AQBANKING_API 00075 const AB_TRANSACTION *AB_JobSingleDebitNote_GetTransaction(const AB_JOB *j); 00086 00090 AQBANKING_API 00091 const AB_TRANSACTION_LIMITS *AB_JobSingleDebitNote_GetFieldLimits(AB_JOB *j); 00095 #ifdef __cplusplus 00096 } 00097 #endif 00098 00099 /* addtogroup */ 00101 00102 00103 #endif 00104