PostSelfLoansRequest

@Serializable
data class PostSelfLoansRequest(val amortizationType: Int? = null, val clientId: Int? = null, val datatables: Set<PostSelfLoansDatatables>? = null, val dateFormat: String? = null, val disbursementData: Set<PostSelfLoansDisbursementData>? = null, val expectedDisbursementDate: String? = null, val fixedEmiAmount: Int? = null, val interestCalculationPeriodType: Int? = null, val interestRatePerPeriod: Int? = null, val interestType: Int? = null, val linkAccountId: Int? = null, val loanTermFrequency: Int? = null, val loanTermFrequencyType: Int? = null, val loanType: String? = null, val locale: String? = null, val maxOutstandingLoanBalance: Long? = null, val numberOfRepayments: Int? = null, val principal: Double? = null, val productId: Int? = null, val repaymentEvery: Int? = null, val repaymentFrequencyType: Int? = null, val submittedOnDate: String? = null, val transactionProcessingStrategyCode: String? = null)

PostSelfLoansRequest

Parameters

amortizationType
clientId
datatables
dateFormat
disbursementData
expectedDisbursementDate
fixedEmiAmount
interestCalculationPeriodType
interestRatePerPeriod
interestType
linkAccountId
loanTermFrequency
loanTermFrequencyType
loanType
locale
maxOutstandingLoanBalance
numberOfRepayments
principal
productId
repaymentEvery
repaymentFrequencyType
submittedOnDate
transactionProcessingStrategyCode

Constructors

Link copied to clipboard
constructor(amortizationType: Int? = null, clientId: Int? = null, datatables: Set<PostSelfLoansDatatables>? = null, dateFormat: String? = null, disbursementData: Set<PostSelfLoansDisbursementData>? = null, expectedDisbursementDate: String? = null, fixedEmiAmount: Int? = null, interestCalculationPeriodType: Int? = null, interestRatePerPeriod: Int? = null, interestType: Int? = null, linkAccountId: Int? = null, loanTermFrequency: Int? = null, loanTermFrequencyType: Int? = null, loanType: String? = null, locale: String? = null, maxOutstandingLoanBalance: Long? = null, numberOfRepayments: Int? = null, principal: Double? = null, productId: Int? = null, repaymentEvery: Int? = null, repaymentFrequencyType: Int? = null, submittedOnDate: String? = null, transactionProcessingStrategyCode: String? = null)

Properties

Link copied to clipboard
val amortizationType: Int? = null
Link copied to clipboard
val clientId: Int? = null
Link copied to clipboard
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val fixedEmiAmount: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val interestType: Int? = null
Link copied to clipboard
val linkAccountId: Int? = null
Link copied to clipboard
val loanTermFrequency: Int? = null
Link copied to clipboard
Link copied to clipboard
val loanType: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
Link copied to clipboard
val numberOfRepayments: Int? = null
Link copied to clipboard
val principal: Double? = null
Link copied to clipboard
val productId: Int? = null
Link copied to clipboard
val repaymentEvery: Int? = null
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: String? = null