<DETAIL> Sub Element of <DISTRIBUTION>
NLS 5.39.1
<DETAIL> and <PAYMENTDISTRIBUTION> are mutually exclusive and only one should be used. <DETAIL> takes precedence if both elements are in the XML.
Attribute | Type | Size | REQ | Default | Comments |
---|---|---|---|---|---|
No attribute |
XML
<NLS> <TRANSACTIONS> <PAYMENT EffectiveDate="05/14/2024" LoanNumber="abc" Amount="80.00"> <DISTRIBUTION> <DETAIL> <PAYMENTSDUE DateDue="10/21/2022"> <PAYMENTSDUEDETAIL RowID="9" Payment="80"/> <PAYMENTSDUEDETAIL RowID="10" Payment="80"/> </PAYMENTSDUE> </DETAIL> </DISTRIBUTION> </PAYMENT> </TRANSACTIONS> </NLS>