LibOFX
|
Public Member Functions | |
OfxPaymentRequest (const OfxFiLogin &fi, const OfxAccountData &account, const OfxPayee &payee, const OfxPayment &payment) | |
![]() | |
OfxRequest (const OfxFiLogin &fi) | |
OfxAggregate | SignOnRequest (void) const |
OfxAggregate | RequestMessage (const string &msgtype, const string &trntype, const OfxAggregate &aggregate) const |
![]() | |
OfxAggregate (const string &tag) | |
void | Add (const string &tag, const string &data) |
void | Add (const OfxAggregate &sub) |
string | Output (void) const |
Additional Inherited Members | |
![]() | |
OfxFiLogin | m_login |
Definition at line 84 of file ofx_request_statement.hh.
OfxPaymentRequest::OfxPaymentRequest | ( | const OfxFiLogin & | fi, |
const OfxAccountData & | account, | ||
const OfxPayee & | payee, | ||
const OfxPayment & | payment | ||
) |
Creates the request aggregate to submit a payment to this fi
on this account
, to this payee
as described by this .
fi | The information needed to log on user into one financial institution |
account | The account from which the payment should be made |
payee | The payee who should receive the payment |
payment | The details of the payment |
Definition at line 149 of file ofx_request_statement.cpp.