GetLoansLoanIdRepaymentSchedule

@Serializable
data class GetLoansLoanIdRepaymentSchedule(val currency: GetLoansLoanIdCurrency? = null, val loanTermInDays: Long? = null, val periods: List<GetLoansLoanIdRepaymentPeriod>? = null, val totalFeeChargesCharged: Double? = null, val totalInterestCharged: Double? = null, val totalOutstanding: Double? = null, val totalPaidInAdvance: Double? = null, val totalPaidLate: Double? = null, val totalPenaltyChargesCharged: Double? = null, val totalPrincipalDisbursed: Double? = null, val totalPrincipalExpected: Double? = null, val totalPrincipalPaid: Double? = null, val totalRepaymentExpected: Double? = null, val totalWaived: Double? = null, val totalWrittenOff: Double? = null)

Parameters

currency
loanTermInDays
periods
totalFeeChargesCharged
totalInterestCharged
totalOutstanding
totalPaidInAdvance
totalPaidLate
totalPenaltyChargesCharged
totalPrincipalDisbursed
totalPrincipalExpected
totalPrincipalPaid
totalRepaymentExpected
totalWaived
totalWrittenOff

Constructors

Link copied to clipboard
constructor(currency: GetLoansLoanIdCurrency? = null, loanTermInDays: Long? = null, periods: List<GetLoansLoanIdRepaymentPeriod>? = null, totalFeeChargesCharged: Double? = null, totalInterestCharged: Double? = null, totalOutstanding: Double? = null, totalPaidInAdvance: Double? = null, totalPaidLate: Double? = null, totalPenaltyChargesCharged: Double? = null, totalPrincipalDisbursed: Double? = null, totalPrincipalExpected: Double? = null, totalPrincipalPaid: Double? = null, totalRepaymentExpected: Double? = null, totalWaived: Double? = null, totalWrittenOff: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val loanTermInDays: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalPaidLate: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalWaived: Double? = null
Link copied to clipboard
val totalWrittenOff: Double? = null