GetSavingsAccountsSavingsAccountIdChargesTemplateResponse

@Serializable
data class GetSavingsAccountsSavingsAccountIdChargesTemplateResponse(val amountPaid: Float? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeOptions: Set<GetSavingsChargesOptions>? = null, val penalty: Boolean? = null)

GetSavingsAccountsSavingsAccountIdChargesTemplateResponse

Parameters

amountPaid
amountWaived
amountWrittenOff
chargeOptions
penalty

Constructors

constructor(amountPaid: Float? = null, amountWaived: Float? = null, amountWrittenOff: Float? = null, chargeOptions: Set<GetSavingsChargesOptions>? = null, penalty: Boolean? = null)

Properties

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