PostClientsClientIdChargesRequest

@Serializable
data class PostClientsClientIdChargesRequest(val amount: Int? = null, val chargeId: Long? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PostClientsClientIdChargesRequest

Parameters

amount
chargeId
dateFormat
dueDate
locale

Constructors

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

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val chargeId: Long? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val dueDate: String? = null
Link copied to clipboard
val locale: String? = null