GetLoansLoanIdResponse

@Serializable
data class GetLoansLoanIdResponse(    val accountNo: String? = null,     val amortizationType: GetLoansLoanIdAmortizationType? = null,     val annualInterestRate: Int? = null,     val approvedPrincipal: Double? = null,     val chargedOff: Boolean? = null,     val charges: List<GetLoansLoanIdLoanChargeData>? = null,     val clientExternalId: String? = null,     val clientId: Long? = null,     val clientName: String? = null,     val clientOfficeId: Long? = null,     val currency: GetLoansLoanIdCurrency? = null,     val delinquencyRange: GetDelinquencyRangesResponse? = null,     val delinquent: GetLoansLoanIdDelinquencySummary? = null,     val disableScheduleExtensionForDownPayment: Boolean? = null,     val disallowExpectedDisbursements: Boolean? = null,     val disbursedAmountPercentageForDownPayment: Double? = null,     val disbursementDetails: Set<GetLoansLoanIdDisbursementDetails>? = null,     val enableAutoRepaymentForDownPayment: Boolean? = null,     val enableDownPayment: Boolean? = null,     val enableInstallmentLevelDelinquency: Boolean? = null,     val externalId: String? = null,     val fixedPrincipalPercentagePerInstallment: Double? = null,     val fraud: Boolean? = null,     val id: Long? = null,     val inArrearsTolerance: Int? = null,     val interestCalculationPeriodType: GetLoansLoanIdInterestCalculationPeriodType? = null,     val interestRateFrequencyType: GetLoansLoanIdInterestRateFrequencyType? = null,     val interestRatePerPeriod: Double? = null,     val interestType: GetLoansLoanIdInterestType? = null,     val isFloatingInterestRate: Boolean? = null,     val lastClosedBusinessDate: LocalDate? = null,     val loanOfficerId: Long? = null,     val loanOfficerName: String? = null,     val loanProductDescription: String? = null,     val loanProductId: Long? = null,     val loanProductName: String? = null,     val loanPurposeId: Long? = null,     val loanPurposeName: String? = null,     val loanScheduleProcessingType: EnumOptionData? = null,     val loanScheduleType: EnumOptionData? = null,     val loanType: GetLoansLoanIdLoanType? = null,     val netDisbursalAmount: Double? = null,     val numberOfRepayments: Int? = null,     val overpaidOnDate: LocalDate? = null,     val principal: Double? = null,     val proposedPrincipal: Double? = null,     val repaymentEvery: Int? = null,     val repaymentFrequencyType: GetLoansLoanIdRepaymentFrequencyType? = null,     val repaymentSchedule: GetLoansLoanIdRepaymentSchedule? = null,     val status: GetLoansLoanIdStatus? = null,     val summary: GetLoansLoanIdSummary? = null,     val termFrequency: Int? = null,     val termPeriodFrequencyType: GetLoansLoanIdTermPeriodFrequencyType? = null,     val timeline: GetLoansLoanIdTimeline? = null,     val totalOverpaid: Double? = null,     val transactionProcessingStrategyCode: String? = null,     val transactions: List<GetLoansLoanIdTransactions>? = null)

GetLoansLoanIdResponse

Parameters

accountNo
amortizationType
annualInterestRate
approvedPrincipal
chargedOff
charges

Set of charges

clientExternalId
clientId
clientName
clientOfficeId
currency
delinquencyRange
delinquent
disableScheduleExtensionForDownPayment
disallowExpectedDisbursements
disbursedAmountPercentageForDownPayment
disbursementDetails

Set of GetLoansLoanIdDisbursementDetails

enableAutoRepaymentForDownPayment
enableDownPayment
enableInstallmentLevelDelinquency
externalId
fixedPrincipalPercentagePerInstallment
fraud
id
inArrearsTolerance
interestCalculationPeriodType
interestRateFrequencyType
interestRatePerPeriod
interestType
isFloatingInterestRate
lastClosedBusinessDate
loanOfficerId
loanOfficerName
loanProductDescription
loanProductId
loanProductName
loanPurposeId
loanPurposeName
loanScheduleProcessingType
loanScheduleType
loanType
netDisbursalAmount
numberOfRepayments
overpaidOnDate
principal
proposedPrincipal
repaymentEvery
repaymentFrequencyType
repaymentSchedule
status
summary
termFrequency
termPeriodFrequencyType
timeline
totalOverpaid
transactionProcessingStrategyCode
transactions

Set of GetLoansLoanIdTransactions

Constructors

Link copied to clipboard
constructor(    accountNo: String? = null,     amortizationType: GetLoansLoanIdAmortizationType? = null,     annualInterestRate: Int? = null,     approvedPrincipal: Double? = null,     chargedOff: Boolean? = null,     charges: List<GetLoansLoanIdLoanChargeData>? = null,     clientExternalId: String? = null,     clientId: Long? = null,     clientName: String? = null,     clientOfficeId: Long? = null,     currency: GetLoansLoanIdCurrency? = null,     delinquencyRange: GetDelinquencyRangesResponse? = null,     delinquent: GetLoansLoanIdDelinquencySummary? = null,     disableScheduleExtensionForDownPayment: Boolean? = null,     disallowExpectedDisbursements: Boolean? = null,     disbursedAmountPercentageForDownPayment: Double? = null,     disbursementDetails: Set<GetLoansLoanIdDisbursementDetails>? = null,     enableAutoRepaymentForDownPayment: Boolean? = null,     enableDownPayment: Boolean? = null,     enableInstallmentLevelDelinquency: Boolean? = null,     externalId: String? = null,     fixedPrincipalPercentagePerInstallment: Double? = null,     fraud: Boolean? = null,     id: Long? = null,     inArrearsTolerance: Int? = null,     interestCalculationPeriodType: GetLoansLoanIdInterestCalculationPeriodType? = null,     interestRateFrequencyType: GetLoansLoanIdInterestRateFrequencyType? = null,     interestRatePerPeriod: Double? = null,     interestType: GetLoansLoanIdInterestType? = null,     isFloatingInterestRate: Boolean? = null,     lastClosedBusinessDate: LocalDate? = null,     loanOfficerId: Long? = null,     loanOfficerName: String? = null,     loanProductDescription: String? = null,     loanProductId: Long? = null,     loanProductName: String? = null,     loanPurposeId: Long? = null,     loanPurposeName: String? = null,     loanScheduleProcessingType: EnumOptionData? = null,     loanScheduleType: EnumOptionData? = null,     loanType: GetLoansLoanIdLoanType? = null,     netDisbursalAmount: Double? = null,     numberOfRepayments: Int? = null,     overpaidOnDate: LocalDate? = null,     principal: Double? = null,     proposedPrincipal: Double? = null,     repaymentEvery: Int? = null,     repaymentFrequencyType: GetLoansLoanIdRepaymentFrequencyType? = null,     repaymentSchedule: GetLoansLoanIdRepaymentSchedule? = null,     status: GetLoansLoanIdStatus? = null,     summary: GetLoansLoanIdSummary? = null,     termFrequency: Int? = null,     termPeriodFrequencyType: GetLoansLoanIdTermPeriodFrequencyType? = null,     timeline: GetLoansLoanIdTimeline? = null,     totalOverpaid: Double? = null,     transactionProcessingStrategyCode: String? = null,     transactions: List<GetLoansLoanIdTransactions>? = null)

Properties

Link copied to clipboard
val accountNo: String? = null
Link copied to clipboard
Link copied to clipboard
val annualInterestRate: Int? = null
Link copied to clipboard
Link copied to clipboard
val chargedOff: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val clientName: String? = null
Link copied to clipboard
val clientOfficeId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val fraud: Boolean? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val inArrearsTolerance: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lastClosedBusinessDate: LocalDate? = null
Link copied to clipboard
val loanOfficerId: Long? = null
Link copied to clipboard
val loanOfficerName: String? = null
Link copied to clipboard
Link copied to clipboard
val loanProductId: Long? = null
Link copied to clipboard
val loanProductName: String? = null
Link copied to clipboard
val loanPurposeId: Long? = null
Link copied to clipboard
val loanPurposeName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val numberOfRepayments: Int? = null
Link copied to clipboard
val overpaidOnDate: LocalDate? = null
Link copied to clipboard
val principal: Double? = null
Link copied to clipboard
Link copied to clipboard
val repaymentEvery: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val termFrequency: Int? = null
Link copied to clipboard
Link copied to clipboard
val totalOverpaid: Double? = null
Link copied to clipboard