LoanInvoiceLineOrder
Represents the display order of invoice line types for a loan type, defining how principal, interest, and fee lines appear on loan invoices.
Columns
| Name | Type | ReadOnly | Description |
| displayOrder | String | False |
The display order position of this invoice line type within the loan invoice. |
| feeType_Id | String | True |
The Id of the fee type associated with this loan invoice line order. |
| feeType_Key | String | False |
The system-assigned key of the fee type associated with this loan invoice line order. |
| feeType_Name | String | True |
The name of the fee type associated with this loan invoice line order. |
| id | String | True |
The unique identifier of the loan invoice line order record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan invoice line order record. |
| loanInvoiceLineType | String | False |
The type of loan invoice line, such as principal, interest, or fee. |
| loanType_Id | String | True |
The Id of the loan type associated with this invoice line order. |
| loanType_Key | String | False |
The system-assigned key of the loan type associated with this invoice line order. |
| loanType_Name | String | True |
The name of the loan type associated with this invoice line order. |