00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: jobinternaltransfer.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_JOBINTERNALTRANSFER_H 00016 #define AQBANKING_JOBINTERNALTRANSFER_H 00017 00018 00019 #include <aqbanking/job.h> 00020 #include <aqbanking/transaction.h> 00021 #include <aqbanking/transactionlimits.h> 00022 00023 00032 00033 00034 #ifdef __cplusplus 00035 extern "C" { 00036 #endif 00037 00038 00039 AQBANKING_API 00040 AB_JOB *AB_JobInternalTransfer_new(AB_ACCOUNT *a); 00041 00042 00056 AQBANKING_API 00057 int AB_JobInternalTransfer_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t); 00058 00065 AQBANKING_API 00066 const AB_TRANSACTION *AB_JobInternalTransfer_GetTransaction(const AB_JOB *j); 00077 00081 AQBANKING_API 00082 const AB_TRANSACTION_LIMITS *AB_JobInternalTransfer_GetFieldLimits(AB_JOB *j); 00083 00087 #ifdef __cplusplus 00088 } 00089 #endif 00090 /* defgroup */ 00092 00093 00094 #endif 00095