#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) |
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) |
AQOFXCONNECT_API void AO_Account_Extend | ( | AB_ACCOUNT * | a, | |
AB_PROVIDER * | pro, | |||
AB_PROVIDER_EXTEND_MODE | em | |||
) |
AQOFXCONNECT_API int AO_Account_GetDebitAllowed | ( | const AB_ACCOUNT * | a | ) |
AQOFXCONNECT_API int AO_Account_GetMaxPurposeLines | ( | const AB_ACCOUNT * | a | ) |
AQOFXCONNECT_API void AO_Account_SetDebitAllowed | ( | AB_ACCOUNT * | a, | |
int | i | |||
) |
AQOFXCONNECT_API void AO_Account_SetMaxPurposeLines | ( | AB_ACCOUNT * | a, | |
int | i | |||
) |