00001 /*************************************************************************** 00002 $RCSfile: jobsingletransfer.h,v $ 00003 ------------------- 00004 cvs : $Id: jobsingletransfer.h,v 1.6 2005/06/29 03:45:36 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_JOBSINGLETRANSFER_H 00015 #define AQBANKING_JOBSINGLETRANSFER_H 00016 00017 00018 #include <aqbanking/job.h> 00019 #include <aqbanking/transaction.h> 00020 #include <aqbanking/transactionlimits.h> 00021 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00026 00027 AB_JOB *AB_JobSingleTransfer_new(AB_ACCOUNT *a); 00028 00029 00043 AQBANKING_API 00044 int AB_JobSingleTransfer_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t); 00045 00052 AQBANKING_API 00053 const AB_TRANSACTION *AB_JobSingleTransfer_GetTransaction(const AB_JOB *j); 00064 00068 AQBANKING_API 00069 const AB_TRANSACTION_LIMITS *AB_JobSingleTransfer_GetFieldLimits(AB_JOB *j); 00070 00076 AQBANKING_API AQBANKING_DEPRECATED 00077 int AB_JobSingleTransfer_GetMaxPurposeLines(const AB_JOB *j); 00078 00084 AQBANKING_API AQBANKING_DEPRECATED 00085 const int *AB_JobSingleTransfer_GetTextKeys(const AB_JOB *j); 00089 #ifdef __cplusplus 00090 } 00091 #endif 00092 00093 00094 #endif 00095