PostChargesRequest

@Serializable
data class PostChargesRequest(val active: Boolean? = null, val amount: Double? = null, val chargeAppliesTo: Int? = null, val chargeCalculationType: Int? = null, val chargePaymentMode: Int? = null, val chargeTimeType: Int? = null, val currencyCode: String? = null, val locale: String? = null, val monthDayFormat: String? = null, val name: String? = null, val penalty: Boolean? = null)

PostChargesRequest

Parameters

active
amount
chargeAppliesTo
chargeCalculationType
chargePaymentMode
chargeTimeType
currencyCode
locale
monthDayFormat
name
penalty

Constructors

Link copied to clipboard
constructor(active: Boolean? = null, amount: Double? = null, chargeAppliesTo: Int? = null, chargeCalculationType: Int? = null, chargePaymentMode: Int? = null, chargeTimeType: Int? = null, currencyCode: String? = null, locale: String? = null, monthDayFormat: String? = null, name: String? = null, penalty: Boolean? = null)

Properties

Link copied to clipboard
val active: Boolean? = null
Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
val chargeAppliesTo: Int? = null
Link copied to clipboard
Link copied to clipboard
val chargePaymentMode: Int? = null
Link copied to clipboard
val chargeTimeType: Int? = null
Link copied to clipboard
val currencyCode: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val monthDayFormat: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val penalty: Boolean? = null