Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

outboxaccjobs.h File Reference

Account-related OutboxJobs and their C wrappers. More...

#include <string>
#include <list>
#include <openhbci/dllimport.h>
#include <openhbci/pointer.h>
#include <openhbci/customer.h>
#include <openhbci/user.h>
#include <openhbci/bank.h>
#include <openhbci/account.h>
#include <openhbci/outboxjob.h>

Go to the source code of this file.

Namespaces

namespace  HBCI

HBCI_OutboxJobGetBalance

HBCI_OutboxJobGetBalanceHBCI_OutboxJobGetBalance_new (const HBCI_Customer *c, HBCI_Account *a)
HBCI_OutboxJobHBCI_OutboxJobGetBalance_OutboxJob (HBCI_OutboxJobGetBalance *j)
const HBCI_AccountBalanceHBCI_OutboxJobGetBalance_getBalance (const HBCI_OutboxJobGetBalance *j)

HBCI_OutboxJobGetTransactions

HBCI_OutboxJobGetTransactionsHBCI_OutboxJobGetTransactions_new (const HBCI_Customer *c, HBCI_Account *a, const HBCI_Date *fromdate, const HBCI_Date *todate)
HBCI_OutboxJobHBCI_OutboxJobGetTransactions_OutboxJob (HBCI_OutboxJobGetTransactions *j)
const list_HBCI_TransactionHBCI_OutboxJobGetTransactions_transactions (const HBCI_OutboxJobGetTransactions *j)
const HBCI_BalanceHBCI_OutboxJobGetTransactions_lastBalance (const HBCI_OutboxJobGetTransactions *j)

HBCI_OutboxJobTransfer

HBCI_OutboxJobTransferHBCI_OutboxJobTransfer_new (const HBCI_Customer *c, HBCI_Account *a, const HBCI_Transaction *trans)
HBCI_OutboxJobHBCI_OutboxJobTransfer_OutboxJob (HBCI_OutboxJobTransfer *j)

HBCI_OutboxJobDebitNote

HBCI_OutboxJobDebitNoteHBCI_OutboxJobDebitNote_new (const HBCI_Customer *c, HBCI_Account *a, const HBCI_Transaction *trans)
HBCI_OutboxJobHBCI_OutboxJobDebitNote_OutboxJob (HBCI_OutboxJobDebitNote *j)

Typedefs

typedef HBCI::OutboxJobGetBalance HBCI_OutboxJobGetBalance
typedef HBCI::OutboxJobGetTransactions HBCI_OutboxJobGetTransactions
typedef HBCI::OutboxJobTransfer HBCI_OutboxJobTransfer
typedef HBCI::OutboxJobDebitNote HBCI_OutboxJobDebitNote


Detailed Description

Account-related OutboxJobs and their C wrappers.


Generated on Mon Jun 23 13:41:08 2003 for openhbci by doxygen1.2.17