GetSavingsAccountChargesPaidByData

@Serializable
data class GetSavingsAccountChargesPaidByData(val amount: Double? = null, val chargeId: Long? = null)

Parameters

amount
chargeId

Constructors

Link copied to clipboard
constructor(amount: Double? = null, chargeId: Long? = null)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
val chargeId: Long? = null