• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

jobdeletesto.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_JOBDELETESTO_H
00016 #define AQBANKING_JOBDELETESTO_H
00017 
00018 
00019 #include <aqbanking/job.h>
00020 #include <aqbanking/transaction.h>
00021 #include <aqbanking/transactionlimits.h>
00022 
00023 
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 
00034 AQBANKING_API
00035 AB_JOB *AB_JobDeleteStandingOrder_new(AB_ACCOUNT *a);
00036 
00037 
00051 AQBANKING_API 
00052 int AB_JobDeleteStandingOrder_SetTransaction(AB_JOB *j,
00053                                              const AB_TRANSACTION *t);
00054 
00061 AQBANKING_API 
00062 const AB_TRANSACTION *AB_JobDeleteStandingOrder_GetTransaction(const AB_JOB *j);
00073 
00077 AQBANKING_API 
00078 const AB_TRANSACTION_LIMITS *AB_JobDeleteStandingOrder_GetFieldLimits(AB_JOB *j);
00079 
00083 #ifdef __cplusplus
00084 }
00085 #endif
00086  /* addtogroup */
00088 
00089 
00090 #endif
00091 

Generated on Tue Aug 3 2010 17:34:15 for aqbanking by  doxygen 1.7.1