PutSelfLoansLoanIdRequest

@Serializable
data class PutSelfLoansLoanIdRequest(val amortizationType: Int? = null, val dateFormat: String? = null, val expectedDisbursementDate: String? = null, val interestCalculationPeriodType: Int? = null, val interestRatePerPeriod: Int? = null, val interestType: Int? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val locale: String? = null, val numberOfRepayments: Int? = null, val principal: Long? = null, val productId: Int? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val transactionProcessingStrategyCode: String? = null)

PutSelfLoansLoanIdRequest

Parameters

amortizationType
dateFormat
expectedDisbursementDate
interestCalculationPeriodType
interestRatePerPeriod
interestType
loanTermFrequency
loanTermFrequencyType
locale
numberOfRepayments
principal
productId
repaymentEvery
repaymentFrequencyType
transactionProcessingStrategyCode

Constructors

Link copied to clipboard
constructor(amortizationType: Int? = null, dateFormat: String? = null, expectedDisbursementDate: String? = null, interestCalculationPeriodType: Int? = null, interestRatePerPeriod: Int? = null, interestType: Int? = null, loanTermFrequency: Int? = null, loanTermFrequencyType: Int? = null, locale: String? = null, numberOfRepayments: Int? = null, principal: Long? = null, productId: Int? = null, repaymentEvery: Int? = null, repaymentFrequencyType: Int? = null, transactionProcessingStrategyCode: String? = null)

Properties

Link copied to clipboard
val amortizationType: Int? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val interestType: Int? = null
Link copied to clipboard
val loanTermFrequency: Int? = null
Link copied to clipboard
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val numberOfRepayments: Int? = null
Link copied to clipboard
val principal: Long? = null
Link copied to clipboard
val productId: Int? = null
Link copied to clipboard
val repaymentEvery: Int? = null
Link copied to clipboard