#include <list>
#include <string>
#include <openhbci/pointer.h>
#include <openhbci/dllimport.h>
#include <openhbci/transaction.h>
#include <openhbci/value.h>
#include <openhbci/user.h>
#include <openhbci/customer.h>
#include <openhbci/bank.h>
#include <openhbci/balance.h>
#include <openhbci/standingorder.h>
#include <openhbci/limit.h>
Go to the source code of this file.
|
|
|
|
|
Callback function for list_HBCI_Account_foreach() . |
|
|
|
Returns the account ID ("Kontonummer") of this account. |
|
Returns the name of this account.
This is set by the bank. |
|
Returns the account ID suffix of this account. Returns the account ID suffix of this account. This new in HBCI 2.2; this field is only set by a few institutes |
|
Returns the list of Customers that are authorized to sign. Returns the list of Customers that are authorized to sign (other expression: have signatory power) jobs/transactions on this account. |
|
Returns a pointer to the bank that this account belongs to. |
|
Returns the country code of the bank of this account. |
|
Returns the default currency of this account (DEM, EUR) |
|
Returns the institute code (bank code, BLZ) of this account. |
|
Returns true if the given Customer is authorized to sign. Returns true if the given Customer is authorized to sign jobs/transactions for this account. |
|
Returns the general limit for this account, if it has one. If not, limit().isValid()=false. |
|
Returns true, if this account is to be managed by OpenHBCI. FIXME: Is this correct or is the boolean value the other way round? Also, this is currently not really implemented. |
|
Returns the name of the owner of this account.
|
|
Returns the second part of the name of the owner of this account.
|
|
Set whether this account is to be managed by OpenHBCI. |
|
|
|
|
|
|
|
Traverses the list, calling the callback function 'func' on each list element. Traversal will stop when 'func' returns a non-NULL value, and the routine will return with that value. Otherwise the routine will return NULL.
|
|
|
|
|
|
|
|
|
|
|