LibOFX
|
Implementation of libofx_request_statement to create an OFX file containing a request for a statement. More...
Go to the source code of this file.
Functions | |
char * | libofx_request_statement (const OfxFiLogin *login, const OfxAccountData *account, time_t date_from) |
char * | libofx_request_payment (const OfxFiLogin *login, const OfxAccountData *account, const OfxPayee *payee, const OfxPayment *payment) |
char * | libofx_request_payment_status (const struct OfxFiLogin *login, const char *transactionid) |
Implementation of libofx_request_statement to create an OFX file containing a request for a statement.
Definition in file ofx_request_statement.cpp.
char * libofx_request_payment | ( | const OfxFiLogin * | login, |
const OfxAccountData * | account, | ||
const OfxPayee * | payee, | ||
const OfxPayment * | payment | ||
) |
Definition at line 141 of file ofx_request_statement.cpp.
char * libofx_request_payment_status | ( | const struct OfxFiLogin * | login, |
const char * | transactionid | ||
) |
Definition at line 198 of file ofx_request_statement.cpp.
char * libofx_request_statement | ( | const OfxFiLogin * | login, |
const OfxAccountData * | account, | ||
time_t | date_from | ||
) |
Definition at line 32 of file ofx_request_statement.cpp.