GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
RevRepaymentRow Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ date

GDate RevRepaymentRow::date

Definition at line 183 of file assistant-loan.cpp.

◆ numCells

gnc_numeric* RevRepaymentRow::numCells

Definition at line 184 of file assistant-loan.cpp.


The documentation for this struct was generated from the following file: