00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: jobcreatesto.h 1396 2007-11-22 17:37:27Z martin $ 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_JOBCREATESTO_H 00016 #define AQBANKING_JOBCREATESTO_H 00017 00018 00019 #include <aqbanking/job.h> 00020 #include <aqbanking/transaction.h> 00021 #include <aqbanking/transactionlimits.h> 00022 00023 00028 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00034 00035 AQBANKING_API 00036 AB_JOB *AB_JobCreateStandingOrder_new(AB_ACCOUNT *a); 00037 00038 00052 AQBANKING_API 00053 int AB_JobCreateStandingOrder_SetTransaction(AB_JOB *j, 00054 const AB_TRANSACTION *t); 00055 00062 AQBANKING_API 00063 const AB_TRANSACTION *AB_JobCreateStandingOrder_GetTransaction(const AB_JOB *j); 00074 00078 AQBANKING_API 00079 const AB_TRANSACTION_LIMITS *AB_JobCreateStandingOrder_GetFieldLimits(AB_JOB *j); 00080 00084 #ifdef __cplusplus 00085 } 00086 #endif 00087 /* defgroup */ 00089 00090 00091 #endif 00092