LoanProductInterestRecalculationDetails

@Serializable
data class LoanProductInterestRecalculationDetails(val arrearsBasedOnOriginalSchedule: Boolean? = null, val compoundingFrequencyNthDay: Int? = null, val compoundingFrequencyOnDay: Int? = null, val compoundingFrequencyType: LoanProductInterestRecalculationDetails.CompoundingFrequencyType? = null, val compoundingFrequencyWeekday: Int? = null, val compoundingInterval: Int? = null, val id: Long? = null, val interestRecalculationCompoundingMethod: Int? = null, val isCompoundingToBePostedAsTransaction: Boolean? = null, val new: Boolean? = null, val rescheduleStrategyMethod: Int? = null, val restFrequencyNthDay: Int? = null, val restFrequencyOnDay: Int? = null, val restFrequencyType: LoanProductInterestRecalculationDetails.RestFrequencyType? = null, val restFrequencyWeekday: Int? = null, val restInterval: Int? = null)

Parameters

arrearsBasedOnOriginalSchedule
compoundingFrequencyNthDay
compoundingFrequencyOnDay
compoundingFrequencyType
compoundingFrequencyWeekday
compoundingInterval
id
interestRecalculationCompoundingMethod
isCompoundingToBePostedAsTransaction
new
rescheduleStrategyMethod
restFrequencyNthDay
restFrequencyOnDay
restFrequencyType
restFrequencyWeekday
restInterval

Constructors

Link copied to clipboard
constructor(arrearsBasedOnOriginalSchedule: Boolean? = null, compoundingFrequencyNthDay: Int? = null, compoundingFrequencyOnDay: Int? = null, compoundingFrequencyType: LoanProductInterestRecalculationDetails.CompoundingFrequencyType? = null, compoundingFrequencyWeekday: Int? = null, compoundingInterval: Int? = null, id: Long? = null, interestRecalculationCompoundingMethod: Int? = null, isCompoundingToBePostedAsTransaction: Boolean? = null, new: Boolean? = null, rescheduleStrategyMethod: Int? = null, restFrequencyNthDay: Int? = null, restFrequencyOnDay: Int? = null, restFrequencyType: LoanProductInterestRecalculationDetails.RestFrequencyType? = null, restFrequencyWeekday: Int? = null, restInterval: Int? = null)

Types

Link copied to clipboard

Values: INVALID,SAME_AS_REPAYMENT_PERIOD,DAILY,WEEKLY,MONTHLY

Link copied to clipboard

Values: INVALID,SAME_AS_REPAYMENT_PERIOD,DAILY,WEEKLY,MONTHLY

Properties

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