Post Account Transfers Request
@Serializable
PostAccountTransfersRequest
Parameters
date Format
from Account Id
from Account Type
from Client Id
from Office Id
locale
to Account Id
to Account Type
to Client Id
to Office Id
transfer Amount
transfer Date
transfer Description
Constructors
Link copied to clipboard
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)