Data Fields | |
char | currency [OFX_CURRENCY_LENGTH] |
int | currency_valid |
char | account_id [OFX_ACCOUNT_ID_LENGTH] |
OfxAccountData * | account_ptr |
int | account_id_valid |
double | ledger_balance |
int | ledger_balance_valid |
time_t | ledger_balance_date |
int | ledger_balance_date_valid |
double | available_balance |
int | available_balance_valid |
time_t | available_balance_date |
int | available_balance_date_valid |
time_t | date_start |
int | date_start_valid |
time_t | date_end |
int | date_end_valid |
char | marketing_info [OFX_MARKETING_INFO_LENGTH] |
int | marketing_info_valid |
OfxAccountData * | account_ptr |
OfxAccountData * | account_ptr |
The OfxStatementData structure contains information about your account at the time the ofx response was generated, including the balance. A client should check that the total of his recorded transactions matches the total given here, and warn the user if they dont.
Definition at line 431 of file inc/libofx.h.
|
Use this for matching this statement with the relevant account in your application Definition at line 442 of file test/include/libofx/libofx.h. Referenced by ofx_proc_statement_cb. |
|
Pointer to the full account structure, see OfxAccountData Definition at line 444 of file test/include/libofx/libofx.h. |
|
Pointer to the full account structure, see OfxAccountData Definition at line 444 of file libofx-0.6.2/inc/libofx.h. |
|
Pointer to the full account structure, see OfxAccountData Definition at line 444 of file inc/libofx.h. Referenced by ofx_proc_statement_cb. |
|
Amount of money available from the account. Could be the credit left for a credit card, or amount that can be withdrawn using INTERAC) Definition at line 459 of file test/include/libofx/libofx.h. Referenced by ofx_proc_statement_cb. |
|
Time of the available_balance snapshot Definition at line 464 of file test/include/libofx/libofx.h. Referenced by ofx_proc_statement_cb. |
|
The currency is a string in ISO-4217 format Definition at line 440 of file test/include/libofx/libofx.h. Referenced by OfxStatementContainer::add_attribute, and ofx_proc_statement_cb. |
|
The end time of this statement. If provided, the user can use this date as the start date of his next statement request. He is then assured not to miss any transactions. Definition at line 475 of file test/include/libofx/libofx.h. Referenced by OfxStatementContainer::add_attribute, and ofx_proc_statement_cb. |
|
The start time of this statement. All the transactions between date_start and date_end should have been provided Definition at line 469 of file test/include/libofx/libofx.h. Referenced by OfxStatementContainer::add_attribute, and ofx_proc_statement_cb. |
|
The actual balance, according to the FI. The user should be warned of any discrepency between this and the balance in the application Definition at line 449 of file test/include/libofx/libofx.h. Referenced by ofx_proc_statement_cb. |
|
Time of the ledger_balance snapshot Definition at line 451 of file test/include/libofx/libofx.h. Referenced by ofx_proc_statement_cb. |
|
marketing_info could be special offers or messages from the bank, or just about anything else Definition at line 479 of file test/include/libofx/libofx.h. Referenced by OfxStatementContainer::add_attribute, and ofx_proc_statement_cb. |