GetSelfClientsClientIdChargesChargeIdResponse

@Serializable
data class GetSelfClientsClientIdChargesChargeIdResponse(val amount: Float? = null, val amountOutstanding: Float? = null, val amountPaid: Float? = null, val amountWaived: Float? = null, val amountWrittenOff: Float? = null, val chargeCalculationType: GetSelfClientsChargeCalculationType? = null, val chargeId: Int? = null, val chargeTimeType: GetSelfClientsChargeTimeType? = null, val clientId: Int? = null, val currency: GetSelfClientsSavingsAccountsCurrency? = null, val dueDate: LocalDate? = null, val id: Int? = null, val isActive: Boolean? = null, val isPaid: Boolean? = null, val isWaived: Boolean? = null, val name: String? = null, val penalty: Boolean? = null)

GetSelfClientsClientIdChargesChargeIdResponse

Parameters

amount
amountOutstanding
amountPaid
amountWaived
amountWrittenOff
chargeCalculationType
chargeId
chargeTimeType
clientId
currency
dueDate
id
isActive
isPaid
isWaived
name
penalty

Constructors

constructor(amount: Float? = null, amountOutstanding: Float? = null, amountPaid: Float? = null, amountWaived: Float? = null, amountWrittenOff: Float? = null, chargeCalculationType: GetSelfClientsChargeCalculationType? = null, chargeId: Int? = null, chargeTimeType: GetSelfClientsChargeTimeType? = null, clientId: Int? = null, currency: GetSelfClientsSavingsAccountsCurrency? = null, dueDate: LocalDate? = null, id: Int? = null, isActive: Boolean? = null, isPaid: Boolean? = null, isWaived: Boolean? = null, name: String? = null, penalty: Boolean? = null)

Properties

Link copied to clipboard
val amount: Float? = null
Link copied to clipboard
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
val chargeId: Int? = null
Link copied to clipboard
Link copied to clipboard
val clientId: Int? = null
Link copied to clipboard
Link copied to clipboard
val dueDate: LocalDate? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val isActive: Boolean? = null
Link copied to clipboard
val isPaid: Boolean? = null
Link copied to clipboard
val isWaived: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val penalty: Boolean? = null