LoanProductFloatingRates

@Serializable
data class LoanProductFloatingRates(val defaultDifferentialLendingRate: Double? = null, val floatingInterestRateCalculationAllowed: Boolean? = null, val floatingRate: FloatingRate? = null, val id: Long? = null, val interestRateDifferential: Double? = null, val loanProduct: LoanProduct? = null, val maxDifferentialLendingRate: Double? = null, val minDifferentialLendingRate: Double? = null, val new: Boolean? = null)

Parameters

defaultDifferentialLendingRate
floatingInterestRateCalculationAllowed
floatingRate
id
interestRateDifferential
loanProduct
maxDifferentialLendingRate
minDifferentialLendingRate
new

Constructors

Link copied to clipboard
constructor(defaultDifferentialLendingRate: Double? = null, floatingInterestRateCalculationAllowed: Boolean? = null, floatingRate: FloatingRate? = null, id: Long? = null, interestRateDifferential: Double? = null, loanProduct: LoanProduct? = null, maxDifferentialLendingRate: Double? = null, minDifferentialLendingRate: Double? = null, new: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val new: Boolean? = null