GetLoanProductsInterestRecalculationData

@Serializable
data class GetLoanProductsInterestRecalculationData(val id: Long? = null, val interestRecalculationCompoundingFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, val interestRecalculationCompoundingType: GetLoanProductsInterestRecalculationCompoundingType? = null, val isArrearsBasedOnOriginalSchedule: Boolean? = null, val preClosureInterestCalculationStrategy: GetLoanProductsPreClosureInterestCalculationStrategy? = null, val productId: Long? = null, val recalculationCompoundingFrequencyInterval: Int? = null, val recalculationCompoundingFrequencyOnDayType: Int? = null, val recalculationRestFrequencyInterval: Int? = null, val recalculationRestFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, val rescheduleStrategyType: GetLoanProductsRescheduleStrategyType? = null)

Parameters

id
interestRecalculationCompoundingFrequencyType
interestRecalculationCompoundingType
isArrearsBasedOnOriginalSchedule
preClosureInterestCalculationStrategy
productId
recalculationCompoundingFrequencyInterval
recalculationCompoundingFrequencyOnDayType
recalculationRestFrequencyInterval
recalculationRestFrequencyType
rescheduleStrategyType

Constructors

Link copied to clipboard
constructor(id: Long? = null, interestRecalculationCompoundingFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, interestRecalculationCompoundingType: GetLoanProductsInterestRecalculationCompoundingType? = null, isArrearsBasedOnOriginalSchedule: Boolean? = null, preClosureInterestCalculationStrategy: GetLoanProductsPreClosureInterestCalculationStrategy? = null, productId: Long? = null, recalculationCompoundingFrequencyInterval: Int? = null, recalculationCompoundingFrequencyOnDayType: Int? = null, recalculationRestFrequencyInterval: Int? = null, recalculationRestFrequencyType: GetLoanProductsInterestRecalculationCompoundingFrequencyType? = null, rescheduleStrategyType: GetLoanProductsRescheduleStrategyType? = null)

Properties