PostLoansResponse

@Serializable
data class PostLoansResponse(val clientId: Long? = null, val currency: GetLoansLoanIdCurrency? = null, val loanId: Long? = null, val loanTermInDays: Int? = null, val officeId: Long? = null, val periods: Set<PostLoansRepaymentSchedulePeriods>? = null, val resourceExternalId: String? = null, val resourceId: Long? = null, val totalFeeChargesCharged: Long? = null, val totalInterestCharged: Double? = null, val totalOutstanding: Long? = null, val totalPenaltyChargesCharged: Long? = null, val totalPrincipalDisbursed: Long? = null, val totalPrincipalExpected: Long? = null, val totalPrincipalPaid: Long? = null, val totalRepayment: Long? = null, val totalRepaymentExpected: Double? = null, val totalWaived: Long? = null, val totalWrittenOff: Long? = null)

PostLoansResponse

Parameters

clientId
currency
loanId
loanTermInDays
officeId
periods
resourceExternalId
resourceId
totalFeeChargesCharged
totalInterestCharged
totalOutstanding
totalPenaltyChargesCharged
totalPrincipalDisbursed
totalPrincipalExpected
totalPrincipalPaid
totalRepayment
totalRepaymentExpected
totalWaived
totalWrittenOff

Constructors

Link copied to clipboard
constructor(clientId: Long? = null, currency: GetLoansLoanIdCurrency? = null, loanId: Long? = null, loanTermInDays: Int? = null, officeId: Long? = null, periods: Set<PostLoansRepaymentSchedulePeriods>? = null, resourceExternalId: String? = null, resourceId: Long? = null, totalFeeChargesCharged: Long? = null, totalInterestCharged: Double? = null, totalOutstanding: Long? = null, totalPenaltyChargesCharged: Long? = null, totalPrincipalDisbursed: Long? = null, totalPrincipalExpected: Long? = null, totalPrincipalPaid: Long? = null, totalRepayment: Long? = null, totalRepaymentExpected: Double? = null, totalWaived: Long? = null, totalWrittenOff: Long? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
Link copied to clipboard
val loanId: Long? = null
Link copied to clipboard
val loanTermInDays: Int? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalOutstanding: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalRepayment: Long? = null
Link copied to clipboard
Link copied to clipboard
val totalWaived: Long? = null
Link copied to clipboard
val totalWrittenOff: Long? = null