|
GnuCash c935c2f+
|
The data relating to a single "repayment option" – a potential [sub-]transaction in the repayment. More...
Data Fields | |
| gboolean | enabled |
| gboolean | optValid |
| gboolean | FreqUniq |
| char * | name |
| char * | txnMemo |
| float | amount |
| gboolean | throughEscrowP |
| gboolean | specSrcAcctP |
| Account * | to |
| Account * | from |
| GList * | schedule |
| GDate * | startDate |
The data relating to a single "repayment option" – a potential [sub-]transaction in the repayment.
Definition at line 93 of file assistant-loan.cpp.
| float RepayOptData::amount |
Definition at line 100 of file assistant-loan.cpp.
| gboolean RepayOptData::enabled |
Definition at line 95 of file assistant-loan.cpp.
| gboolean RepayOptData::FreqUniq |
Definition at line 97 of file assistant-loan.cpp.
| Account* RepayOptData::from |
Definition at line 104 of file assistant-loan.cpp.
| char* RepayOptData::name |
Definition at line 98 of file assistant-loan.cpp.
| gboolean RepayOptData::optValid |
Definition at line 96 of file assistant-loan.cpp.
| GList* RepayOptData::schedule |
Definition at line 106 of file assistant-loan.cpp.
| gboolean RepayOptData::specSrcAcctP |
Definition at line 102 of file assistant-loan.cpp.
| GDate* RepayOptData::startDate |
Definition at line 109 of file assistant-loan.cpp.
| gboolean RepayOptData::throughEscrowP |
Definition at line 101 of file assistant-loan.cpp.
| Account* RepayOptData::to |
Definition at line 103 of file assistant-loan.cpp.
| char* RepayOptData::txnMemo |
Definition at line 99 of file assistant-loan.cpp.