GetAccountTransfersTemplateResponse

@Serializable
data class GetAccountTransfersTemplateResponse(val fromAccountType: GetAccountTransfersFromAccountType? = null, val fromAccountTypeOptions: Set<GetAccountTransfersFromAccountTypeOptions>? = null, val fromClientOptions: Set<GetAccountTransfersFromClientOptions>? = null, val fromOffice: GetAccountTransfersFromOffice? = null, val fromOfficeOptions: Set<GetAccountTransfersFromOfficeOptions>? = null, val toAccountTypeOptions: Set<GetAccountTransfersToAccountTypeOptions>? = null, val toOfficeOptions: Set<GetAccountTransfersToOfficeOptions>? = null, val transferAmount: Long? = null, val transferDate: LocalDate? = null)

GetAccountTransfersTemplateResponse

Parameters

fromAccountType
fromAccountTypeOptions
fromClientOptions
fromOffice
fromOfficeOptions
toAccountTypeOptions
toOfficeOptions
transferAmount
transferDate

Constructors

Link copied to clipboard
constructor(fromAccountType: GetAccountTransfersFromAccountType? = null, fromAccountTypeOptions: Set<GetAccountTransfersFromAccountTypeOptions>? = null, fromClientOptions: Set<GetAccountTransfersFromClientOptions>? = null, fromOffice: GetAccountTransfersFromOffice? = null, fromOfficeOptions: Set<GetAccountTransfersFromOfficeOptions>? = null, toAccountTypeOptions: Set<GetAccountTransfersToAccountTypeOptions>? = null, toOfficeOptions: Set<GetAccountTransfersToOfficeOptions>? = null, transferAmount: Long? = null, transferDate: LocalDate? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val transferAmount: Long? = null
Link copied to clipboard
val transferDate: LocalDate? = null