LoanProductPaymentAllocationRule

@Serializable
data class LoanProductPaymentAllocationRule(val createdBy: Long, val createdDate: LocalDateTime, val createdDateTime: LocalDateTime, val lastModifiedBy: Long, val lastModifiedDate: LocalDateTime, val lastModifiedDateTime: LocalDateTime, val allocationTypes: List<LoanProductPaymentAllocationRule.AllocationTypes>? = null, val futureInstallmentAllocationRule: LoanProductPaymentAllocationRule.FutureInstallmentAllocationRule? = null, val id: Long? = null, val loanProduct: LoanProduct? = null, val new: Boolean? = null, val transactionType: LoanProductPaymentAllocationRule.TransactionType? = null)

Parameters

createdBy
createdDate
createdDateTime
lastModifiedBy
lastModifiedDate
lastModifiedDateTime
allocationTypes
futureInstallmentAllocationRule
id
loanProduct
new
transactionType

Constructors

Link copied to clipboard
constructor(createdBy: Long, createdDate: LocalDateTime, createdDateTime: LocalDateTime, lastModifiedBy: Long, lastModifiedDate: LocalDateTime, lastModifiedDateTime: LocalDateTime, allocationTypes: List<LoanProductPaymentAllocationRule.AllocationTypes>? = null, futureInstallmentAllocationRule: LoanProductPaymentAllocationRule.FutureInstallmentAllocationRule? = null, id: Long? = null, loanProduct: LoanProduct? = null, new: Boolean? = null, transactionType: LoanProductPaymentAllocationRule.TransactionType? = null)

Types

Link copied to clipboard

Values: PAST_DUE_PENALTY,PAST_DUE_FEE,PAST_DUE_PRINCIPAL,PAST_DUE_INTEREST,DUE_PENALTY,DUE_FEE,DUE_PRINCIPAL,DUE_INTEREST,IN_ADVANCE_PENALTY,IN_ADVANCE_FEE,IN_ADVANCE_PRINCIPAL,IN_ADVANCE_INTEREST

Link copied to clipboard

Values: NEXT_INSTALLMENT,LAST_INSTALLMENT,REAMORTIZATION

Link copied to clipboard

Values: DEFAULT,REPAYMENT,DOWN_PAYMENT,MERCHANT_ISSUED_REFUND,PAYOUT_REFUND,GOODWILL_CREDIT,CHARGE_REFUND,CHARGE_ADJUSTMENT,WAIVE_INTEREST,CHARGE_PAYMENT,REFUND_FOR_ACTIVE_LOAN

Properties

Link copied to clipboard
Link copied to clipboard
val createdDate: LocalDateTime
Link copied to clipboard
val createdDateTime: LocalDateTime
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val lastModifiedDate: LocalDateTime
Link copied to clipboard
val lastModifiedDateTime: LocalDateTime
Link copied to clipboard
Link copied to clipboard
val new: Boolean? = null