LoanProductBorrowerCycleVariationData

@Serializable
data class LoanProductBorrowerCycleVariationData(val borrowerCycleNumber: Int? = null, val defaultValue: Double? = null, val id: Long? = null, val loanProductParamType: LoanProductBorrowerCycleVariationData.LoanProductParamType? = null, val loanProductValueConditionType: LoanProductBorrowerCycleVariationData.LoanProductValueConditionType? = null, val maxValue: Double? = null, val minValue: Double? = null, val paramType: EnumOptionData? = null, val valueConditionType: EnumOptionData? = null)

Parameters

borrowerCycleNumber
defaultValue
id
loanProductParamType
loanProductValueConditionType
maxValue
minValue
paramType
valueConditionType

Constructors

Link copied to clipboard
constructor(borrowerCycleNumber: Int? = null, defaultValue: Double? = null, id: Long? = null, loanProductParamType: LoanProductBorrowerCycleVariationData.LoanProductParamType? = null, loanProductValueConditionType: LoanProductBorrowerCycleVariationData.LoanProductValueConditionType? = null, maxValue: Double? = null, minValue: Double? = null, paramType: EnumOptionData? = null, valueConditionType: EnumOptionData? = null)

Types

Link copied to clipboard

Values: INVALID,PRINCIPAL,INTERESTRATE,REPAYMENT

Properties

Link copied to clipboard
Link copied to clipboard
val defaultValue: Double? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val maxValue: Double? = null
Link copied to clipboard
val minValue: Double? = null
Link copied to clipboard
Link copied to clipboard