00001 /*************************************************************************** 00002 $RCSfile: jobdeletesto.h,v $ 00003 ------------------- 00004 cvs : $Id: jobdeletesto.h,v 1.3 2006/02/16 21:32:19 aquamaniac Exp $ 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_JOBDELETESTO_H 00015 #define AQBANKING_JOBDELETESTO_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/transaction.h> 00020 #include <aqbanking/transactionlimits.h> 00021 00022 00027 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00032 00033 AQBANKING_API 00034 AB_JOB *AB_JobDeleteStandingOrder_new(AB_ACCOUNT *a); 00035 00036 00050 AQBANKING_API 00051 int AB_JobDeleteStandingOrder_SetTransaction(AB_JOB *j, 00052 const AB_TRANSACTION *t); 00053 00060 AQBANKING_API 00061 const AB_TRANSACTION *AB_JobDeleteStandingOrder_GetTransaction(const AB_JOB *j); 00072 00076 AQBANKING_API 00077 const AB_TRANSACTION_LIMITS *AB_JobDeleteStandingOrder_GetFieldLimits(AB_JOB *j); 00078 00082 #ifdef __cplusplus 00083 } 00084 #endif 00085 /* addtogroup */ 00087 00088 00089 #endif 00090