PostClientsClientIdChargesChargeIdResponse

@Serializable
data class PostClientsClientIdChargesChargeIdResponse(val clientId: Long? = null, val officeId: Long? = null, val resourceId: Long? = null, val transactionId: Long? = null)

PostClientsClientIdChargesChargeIdResponse

Parameters

clientId
officeId
resourceId
transactionId

Constructors

constructor(clientId: Long? = null, officeId: Long? = null, resourceId: Long? = null, transactionId: Long? = null)

Properties

Link copied to clipboard
val clientId: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val resourceId: Long? = null
Link copied to clipboard
val transactionId: Long? = null