jobsingletransfer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id: jobsingletransfer.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_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 
00028 
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 
00035 AQBANKING_API 
00036 AB_JOB *AB_JobSingleTransfer_new(AB_ACCOUNT *a);
00037 
00038 
00052 AQBANKING_API 
00053 int AB_JobSingleTransfer_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t);
00054 
00061 AQBANKING_API 
00062 const AB_TRANSACTION *AB_JobSingleTransfer_GetTransaction(const AB_JOB *j);
00073 
00077 AQBANKING_API 
00078 const AB_TRANSACTION_LIMITS *AB_JobSingleTransfer_GetFieldLimits(AB_JOB *j);
00082 #ifdef __cplusplus
00083 }
00084 #endif
00085  /* defgroup */
00087 
00088 #endif
00089 

Generated on Wed Oct 18 16:17:27 2006 for aqbanking by  doxygen 1.4.7