|
GnuCash c935c2f+
|
A transient struct used to collate the GDate and the gnc_numeric row-data for the repayment review schedule. More...
Data Fields | |
| GDate | date |
| gnc_numeric * | numCells |
A transient struct used to collate the GDate and the gnc_numeric row-data for the repayment review schedule.
numCells is an array of gnc_numerics, with a length of the LoanData.revNumPmts.
Definition at line 181 of file assistant-loan.cpp.
| GDate RevRepaymentRow::date |
Definition at line 183 of file assistant-loan.cpp.
| gnc_numeric* RevRepaymentRow::numCells |
Definition at line 184 of file assistant-loan.cpp.