| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanAccounts |
Represents loans accounts. |
Collection of AccountLoanDto | |
| SavingsAccounts |
Represents savings accounts. |
Collection of SavingsAccountDto | |
| Accounts |
Represents collection of base account. |
Collection of AccountDto | |
| BadDebt |
Represents whether the customer has any bad debt accounts. |
boolean | |
| ChargeOff |
Represents whether the customer has any charge off loans. |
boolean | |
| HasZeroBalanceLoansWithOutstandingInterestOrFees |
Represents whether the customer has any loans with zero pricipal balance but with interest or fee due. |
boolean | |
| HasInsurancedLoans |
Represents whether the customer has any insuranced loans. |
boolean | |
| HasCancelledLoans |
Represents whether the customer has any cancelled loans. |
boolean | |
| Customer |
Represents Customer Data. |
CustomerDto |