jobinternaltransfer.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: jobinternaltransfer.h,v $
00003  -------------------
00004  cvs         : $Id: jobinternaltransfer.h,v 1.4 2006/02/21 17:04:54 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_JOBINTERNALTRANSFER_H
00015 #define AQBANKING_JOBINTERNALTRANSFER_H
00016 
00017 
00018 #include <aqbanking/job.h>
00019 #include <aqbanking/transaction.h>
00020 #include <aqbanking/transactionlimits.h>
00021 
00022 
00031 
00032 
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036 
00037 
00038 AQBANKING_API
00039 AB_JOB *AB_JobInternalTransfer_new(AB_ACCOUNT *a);
00040 
00041 
00055 AQBANKING_API 
00056 int AB_JobInternalTransfer_SetTransaction(AB_JOB *j, const AB_TRANSACTION *t);
00057 
00064 AQBANKING_API 
00065 const AB_TRANSACTION *AB_JobInternalTransfer_GetTransaction(const AB_JOB *j);
00076 
00080 AQBANKING_API 
00081 const AB_TRANSACTION_LIMITS *AB_JobInternalTransfer_GetFieldLimits(AB_JOB *j);
00082 
00086 #ifdef __cplusplus
00087 }
00088 #endif
00089  /* defgroup */
00091 
00092 
00093 #endif
00094 

Generated on Tue Apr 10 19:04:09 2007 for aqbanking by  doxygen 1.4.7