Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

jobdeletedatedtransfer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: jobdeletedatedtransfer.h,v $
00003  -------------------
00004  cvs         : $Id: jobdeletedatedtransfer.h,v 1.1 2005/06/30 13:33:14 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_JOBDELETEDATEDTRANSFER_H
00015 #define AQBANKING_JOBDELETEDATEDTRANSFER_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_JobDeleteDatedTransfer_new(AB_ACCOUNT *a);
00028 
00029 
00043 AQBANKING_API 
00044 int AB_JobDeleteDatedTransfer_SetTransaction(AB_JOB *j,
00045                                              const AB_TRANSACTION *t);
00046 
00053 AQBANKING_API 
00054 const AB_TRANSACTION *AB_JobDeleteDatedTransfer_GetTransaction(const AB_JOB *j);
00065 
00069 AQBANKING_API 
00070 const AB_TRANSACTION_LIMITS *AB_JobDeleteDatedTransfer_GetFieldLimits(AB_JOB *j);
00071 
00075 #ifdef __cplusplus
00076 }
00077 #endif
00078 
00079 
00080 #endif
00081 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4