PostAccountTransfersRefundByTransferRequest

@Serializable
data class PostAccountTransfersRefundByTransferRequest(    val dateFormat: String? = null,     val fromAccountId: Long? = null,     val fromAccountType: Int? = null,     val fromClientId: Long? = null,     val fromOfficeId: Long? = null,     val locale: String? = null,     val toAccountId: Long? = null,     val toAccountType: Int? = null,     val toClientId: Long? = null,     val toOfficeId: Long? = null,     val transferAmount: Float? = null,     val transferDate: String? = null,     val transferDescription: String? = null)

PostAccountTransfersRefundByTransferRequest

Parameters

dateFormat
fromAccountId
fromAccountType
fromClientId
fromOfficeId
locale
toAccountId
toAccountType
toClientId
toOfficeId
transferAmount
transferDate
transferDescription

Constructors

constructor(    dateFormat: String? = null,     fromAccountId: Long? = null,     fromAccountType: Int? = null,     fromClientId: Long? = null,     fromOfficeId: Long? = null,     locale: String? = null,     toAccountId: Long? = null,     toAccountType: Int? = null,     toClientId: Long? = null,     toOfficeId: Long? = null,     transferAmount: Float? = null,     transferDate: String? = null,     transferDescription: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val fromAccountId: Long? = null
Link copied to clipboard
val fromAccountType: Int? = null
Link copied to clipboard
val fromClientId: Long? = null
Link copied to clipboard
val fromOfficeId: Long? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val toAccountId: Long? = null
Link copied to clipboard
val toAccountType: Int? = null
Link copied to clipboard
val toClientId: Long? = null
Link copied to clipboard
val toOfficeId: Long? = null
Link copied to clipboard
val transferAmount: Float? = null
Link copied to clipboard
val transferDate: String? = null
Link copied to clipboard