GnuCash
5.6-150-g038405b370+
|
AqBanking KVP handling. More...
Go to the source code of this file.
Functions | |
Account | |
const gchar * | gnc_ab_get_account_accountid (const Account *a) |
Return accountid string in the Account a. More... | |
void | gnc_ab_set_account_accountid (Account *a, const gchar *id) |
Set the accountid string in the Account a to id. More... | |
const gchar * | gnc_ab_get_account_bankcode (const Account *a) |
Return the bankcode string in the Account a. More... | |
void | gnc_ab_set_account_bankcode (Account *a, const gchar *code) |
Set the bankcode string in the Account a to code. More... | |
guint32 | gnc_ab_get_account_uid (const Account *a) |
Return the unique id for the AB_BANKING account in the Account a. More... | |
void | gnc_ab_set_account_uid (Account *a, guint32 uid) |
Set the unique id for the AB_BANKING account in the Account a to uid. More... | |
time64 | gnc_ab_get_account_trans_retrieval (const Account *a) |
Return the time of last online transaction retrieval for Account a. More... | |
void | gnc_ab_set_account_trans_retrieval (Account *a, time64 time) |
Set the time of last online transaction retrieval for Account a. More... | |
AqBanking KVP handling.
Definition in file gnc-ab-kvp.h.