GetSelfSavingsAccountsAccountIdChargesSavingsAccountChargeIdResponse

@Serializable
data class GetSelfSavingsAccountsAccountIdChargesSavingsAccountChargeIdResponse(val amount: Int? = null, val amountOrPercentage: Int? = null, val amountOutstanding: Int? = null, val amountPaid: Int? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Int? = null, val amountWrittenOff: Int? = null, val chargeCalculationType: GetSelfSavingsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfSavingsChargeTimeType? = null, val currency: GetSelfSavingsCurrency? = null, val id: Int? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null)

GetSelfSavingsAccountsAccountIdChargesSavingsAccountChargeIdResponse

Parameters

amount
amountOrPercentage
amountOutstanding
amountPaid
amountPercentageAppliedTo
amountWaived
amountWrittenOff
chargeCalculationType
chargeId
chargeTimeType
currency
id
name
penalty
percentage

Constructors

constructor(amount: Int? = null, amountOrPercentage: Int? = null, amountOutstanding: Int? = null, amountPaid: Int? = null, amountPercentageAppliedTo: Double? = null, amountWaived: Int? = null, amountWrittenOff: Int? = null, chargeCalculationType: GetSelfSavingsChargeCalculationType? = null, chargeId: Int? = null, chargeTimeType: GetSelfSavingsChargeTimeType? = null, currency: GetSelfSavingsCurrency? = null, id: Int? = null, name: String? = null, penalty: Boolean? = null, percentage: Double? = null)

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val amountOrPercentage: Int? = null
Link copied to clipboard
val amountOutstanding: Int? = null
Link copied to clipboard
val amountPaid: Int? = null
Link copied to clipboard
Link copied to clipboard
val amountWaived: Int? = null
Link copied to clipboard
val amountWrittenOff: Int? = null
Link copied to clipboard
val chargeId: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val penalty: Boolean? = null
Link copied to clipboard
val percentage: Double? = null