PostClientsClientIdChargesChargeIdRequest

@Serializable
data class PostClientsClientIdChargesChargeIdRequest(val amount: Int? = null, val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val transactionDate: String? = null)

PostClientsClientIdChargesChargeIdRequest

Parameters

amount
dateFormat
externalId
locale
transactionDate

Constructors

constructor(amount: Int? = null, dateFormat: String? = null, externalId: String? = null, locale: String? = null, transactionDate: String? = null)

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val transactionDate: String? = null