ClosingDetails Property
A list of loan statement closing information for the date range ( StartDate and EndDate ) selected.
Syntax
public ClosingDetailList getClosingDetails();
Remarks
This collection is populated when the GetClosingInfo and ReadOFXDataFile methods are called. It should be inspected for each ClosingDetailIndex = 0 to ClosingDetailCount - 1.
Each statement closing information has a Aggregate, BalanceOpening, DateOpen, DateClose, DateStart, DateEnd, DateDue, MinimumPayment, FITID, ImageRef, ImageRefType, InterestRate, InterestRateType, and TotalInterest tied to it.
This property is read-only and not available at design time.