aqbanking  5.7.8
Functions
aqofxconnect/account.h File Reference
#include <aqbanking/account_be.h>
#include <aqofxconnect/provider.h>

Go to the source code of this file.

Functions

AQOFXCONNECT_API void AO_Account_Extend (AB_ACCOUNT *a, AB_PROVIDER *pro, AB_PROVIDER_EXTEND_MODE em, GWEN_DB_NODE *dbBackend)
 
AQOFXCONNECT_API int AO_Account_GetMaxPurposeLines (const AB_ACCOUNT *a)
 
AQOFXCONNECT_API void AO_Account_SetMaxPurposeLines (AB_ACCOUNT *a, int i)
 
AQOFXCONNECT_API int AO_Account_GetDebitAllowed (const AB_ACCOUNT *a)
 
AQOFXCONNECT_API void AO_Account_SetDebitAllowed (AB_ACCOUNT *a, int i)
 

Function Documentation

◆ AO_Account_Extend()

AQOFXCONNECT_API void AO_Account_Extend ( AB_ACCOUNT a,
AB_PROVIDER pro,
AB_PROVIDER_EXTEND_MODE  em,
GWEN_DB_NODE *  dbBackend 
)

◆ AO_Account_GetDebitAllowed()

AQOFXCONNECT_API int AO_Account_GetDebitAllowed ( const AB_ACCOUNT a)

◆ AO_Account_GetMaxPurposeLines()

AQOFXCONNECT_API int AO_Account_GetMaxPurposeLines ( const AB_ACCOUNT a)

◆ AO_Account_SetDebitAllowed()

AQOFXCONNECT_API void AO_Account_SetDebitAllowed ( AB_ACCOUNT a,
int  i 
)

◆ AO_Account_SetMaxPurposeLines()

AQOFXCONNECT_API void AO_Account_SetMaxPurposeLines ( AB_ACCOUNT a,
int  i 
)