LoanTermVariationsData

@Serializable
data class LoanTermVariationsData(val dateValue: LocalDate? = null, val decimalValue: Double? = null, val id: Long? = null, val isProcessed: Boolean? = null, val isSpecificToInstallment: Boolean? = null, val termType: LoanTermTypeOptions? = null, val termVariationApplicableFrom: LocalDate? = null)

Parameters

dateValue
decimalValue
id
isProcessed
isSpecificToInstallment
termType
termVariationApplicableFrom

Constructors

Link copied to clipboard
constructor(dateValue: LocalDate? = null, decimalValue: Double? = null, id: Long? = null, isProcessed: Boolean? = null, isSpecificToInstallment: Boolean? = null, termType: LoanTermTypeOptions? = null, termVariationApplicableFrom: LocalDate? = null)

Properties

Link copied to clipboard
val dateValue: LocalDate? = null
Link copied to clipboard
val decimalValue: Double? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isProcessed: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val termVariationApplicableFrom: LocalDate? = null