GetSavingsChargesOptions

@Serializable
data class GetSavingsChargesOptions(val active: Boolean? = null, val amount: Float? = null, val chargeCalculationType: GetChargesChargeCalculationType? = null, val chargeTimeType: GetSavingsChargesChargeTimeType? = null, val chargesAppliesTo: GetChargesAppliesTo? = null, val currency: GetChargesCurrencyResponse? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null)

Parameters

active
amount
chargeCalculationType
chargeTimeType
chargesAppliesTo
currency
id
name
penalty

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, amount: Float? = null, chargeCalculationType: GetChargesChargeCalculationType? = null, chargeTimeType: GetSavingsChargesChargeTimeType? = null, chargesAppliesTo: GetChargesAppliesTo? = null, currency: GetChargesCurrencyResponse? = null, id: Long? = null, name: String? = null, penalty: Boolean? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val amount: Float? = null
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 name: String? = null
Link copied to clipboard
val penalty: Boolean? = null