PostAccountsCharges

@Serializable
data class PostAccountsCharges(val amount: Int? = null, val chargeId: Long? = null)

Parameters

amount
chargeId

Constructors

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

Properties

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