GetAccountTransfersTemplateRefundByTransferFromClientOptions

@Serializable
data class GetAccountTransfersTemplateRefundByTransferFromClientOptions(val displayName: String? = null, val id: Long? = null, val officeId: Long? = null, val officeName: String? = null)

Parameters

displayName
id
officeId
officeName

Constructors

constructor(displayName: String? = null, id: Long? = null, officeId: Long? = null, officeName: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null