aqbanking 5.0.14
jobmodifysto.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id$
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_JOBMODIFYSTO_H
00016 #define AQBANKING_JOBMODIFYSTO_H
00017 
00018 
00019 #include <aqbanking/job.h>
00020 #include <aqbanking/transaction.h>
00021 #include <aqbanking/transactionlimits.h>
00022 
00023 
00029 
00030 
00031 #ifdef __cplusplus
00032 extern "C" {
00033 #endif
00034 
00035 
00036 AQBANKING_API
00037 AB_JOB *AB_JobModifyStandingOrder_new(AB_ACCOUNT *a);
00038 
00039 
00053 AQBANKING_API 
00054 int AB_JobModifyStandingOrder_SetTransaction(AB_JOB *j,
00055                                              const AB_TRANSACTION *t);
00056 
00063 AQBANKING_API 
00064 const AB_TRANSACTION *AB_JobModifyStandingOrder_GetTransaction(const AB_JOB *j);
00075 
00079 AQBANKING_API 
00080 const AB_TRANSACTION_LIMITS *AB_JobModifyStandingOrder_GetFieldLimits(AB_JOB *j);
00081 
00085 #ifdef __cplusplus
00086 }
00087 #endif
00088  /* defgroup */
00090 
00091 
00092 #endif
00093