#include <aqbanking/account_be.h>
#include <aqofxconnect/provider.h>
Go to the source code of this file.
Typedefs | |
typedef AO_ACCOUNT | AO_ACCOUNT |
Functions | |
AB_ACCOUNT * | AO_Account_new (AB_BANKING *ab, AB_PROVIDER *pro, const char *idForProvider) |
AB_ACCOUNT * | AO_Account_fromDb (AB_BANKING *ab, GWEN_DB_NODE *db) |
int | AO_Account_toDb (const AB_ACCOUNT *acc, GWEN_DB_NODE *db) |
int | AO_Account_GetMaxPurposeLines (const AB_ACCOUNT *acc) |
void | AO_Account_SetMaxPurposeLines (AB_ACCOUNT *acc, int i) |
int | AO_Account_GetDebitAllowed (const AB_ACCOUNT *acc) |
void | AO_Account_SetDebitAllowed (AB_ACCOUNT *acc, int i) |
const char * | AO_Account_GetUserId (const AB_ACCOUNT *acc) |
void | AO_Account_SetUserId (AB_ACCOUNT *acc, const char *s) |
|
Definition at line 25 of file aqofxconnect/account.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|