GetLoansLoanIdChargesTemplateResponse

@Serializable
data class GetLoansLoanIdChargesTemplateResponse(val amountPaid: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeOptions: Set<GetLoanChargeTemplateChargeOptions>? = null, val penalty: Boolean? = null)

GetLoansLoanIdChargesTemplateResponse

Parameters

amountPaid
amountWaived
amountWrittenOff
chargeOptions
penalty

Constructors

Link copied to clipboard
constructor(amountPaid: Double? = null, amountWaived: Double? = null, amountWrittenOff: Double? = null, chargeOptions: Set<GetLoanChargeTemplateChargeOptions>? = null, penalty: Boolean? = null)

Properties

Link copied to clipboard
val amountPaid: Double? = null
Link copied to clipboard
val amountWaived: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val penalty: Boolean? = null