LoanFeeType
Represents loan fee types used to define named fee categories, their associated GL accounts, and the items used when applying fees to loan accounts.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the loan fee type. |
| auditCreatedDateTime | Datetime | True |
The date and time when the loan fee type was created. |
| auditModifiedBy | String | True |
The user who last modified the loan fee type. |
| auditModifiedDateTime | Datetime | True |
The date and time when the loan fee type was last modified. |
| description | String | False |
The description of this loan fee type. |
| feeGLAccount_Id | String | True |
The Id of the fee GL account associated with this loan fee type. |
| feeGLAccount_Key | String | False |
The system-assigned key of the fee GL account associated with this loan fee type. |
| feeGLAccount_Name | String | True |
The name of the fee GL account associated with this loan fee type. |
| id | String | True |
The unique identifier of the loan fee type record. |
| item_Id | String | False |
The Id of the item associated with this loan fee type. |
| item_Key | String | False |
The system-assigned key of the item associated with this loan fee type. |
| item_Name | String | True |
The name of the item associated with this loan fee type. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan fee type record. |
| name | String | False |
The name of the loan fee type. |
| status | String | False |
The current status of the loan fee type, such as active or inactive. |