Loan Folder Contract
The following objects and attributes make up the LoanFolderContract object. All attributes are optional unless otherwise specified.
| ATTRIBUTE | DESCRIPTION |
|---|---|
| folderName string | Required. Name of the folder. Note: folderName should not exceed 80 characters. |
| displayName string | Display name of the loan folder. |
| folderType string | Gets or sets the field folder type. Possible values are: Regular, Trash, and Archive. |
| actionsAllowed Array[string] | Gets or sets the actions allowed on the loan folder. |
| isArchiveFolder boolean | Indicates whether the folder supports archive functionality. |
| includeDuplicateLoanCheck boolean | Indicates whether the loan folder is part of duplicate loan checking. |
