GetLoanProductsPrincipalVariationsForBorrowerCycle

@Serializable
data class GetLoanProductsPrincipalVariationsForBorrowerCycle(val borrowerCycleNumber: Int? = null, val defaultValue: Double? = null, val id: Long? = null, val maxValue: Double? = null, val minValue: Double? = null, val paramType: GetLoanProductsParamType? = null, val valueConditionType: GetLoanProductsValueConditionType? = null)

Parameters

borrowerCycleNumber
defaultValue
id
maxValue
minValue
paramType
valueConditionType

Constructors

constructor(borrowerCycleNumber: Int? = null, defaultValue: Double? = null, id: Long? = null, maxValue: Double? = null, minValue: Double? = null, paramType: GetLoanProductsParamType? = null, valueConditionType: GetLoanProductsValueConditionType? = null)

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