|
Typedefs |
typedef AH_ACCOUNT | AH_ACCOUNT |
Functions |
| GWEN_LIST2_FUNCTION_LIB_DEFS (AH_ACCOUNT, AH_Account, AQHBCI_API) |
AQHBCI_API void | AH_Account_List2_freeAll (AH_ACCOUNT_LIST2 *al) |
AQHBCI_API AH_ACCOUNT * | AH_Account_new (AH_BANK *b, const char *bankId, const char *accountId) |
AQHBCI_API void | AH_Account_free (AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_Attach (AH_ACCOUNT *a) |
AQHBCI_API AH_BANK * | AH_Account_GetBank (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetBank (AH_ACCOUNT *a, AH_BANK *b) |
AQHBCI_API const char * | AH_Account_GetBankId (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetBankId (AH_ACCOUNT *a, const char *s) |
AQHBCI_API const char * | AH_Account_GetAccountId (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetAccountId (AH_ACCOUNT *a, const char *s) |
AQHBCI_API const char * | AH_Account_GetSuffix (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetSuffix (AH_ACCOUNT *a, const char *s) |
AQHBCI_API const char * | AH_Account_GetAccountName (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetAccountName (AH_ACCOUNT *a, const char *s) |
AQHBCI_API const char * | AH_Account_GetOwnerName (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_SetOwnerName (AH_ACCOUNT *a, const char *s) |
AQHBCI_API const GWEN_STRINGLIST * | AH_Account_GetCustomers (const AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_AddCustomer (AH_ACCOUNT *a, const char *cid) |
AQHBCI_API void | AH_Account_ClearCustomers (AH_ACCOUNT *a) |
AQHBCI_API void | AH_Account_CleanUp (AH_ACCOUNT *a) |