GetAccountTransferTemplateResponse

@Serializable
data class GetAccountTransferTemplateResponse(val accountTypeOptions: Set<GetAccountOptions>? = null, val fromAccountTypeOptions: Set<GetFromAccountOptions>? = null, val toAccountTypeOptions: Set<GetFromAccountOptions>? = null)

GetAccountTransferTemplateResponse

Parameters

accountTypeOptions
fromAccountTypeOptions
toAccountTypeOptions

Constructors

Link copied to clipboard
constructor(accountTypeOptions: Set<GetAccountOptions>? = null, fromAccountTypeOptions: Set<GetFromAccountOptions>? = null, toAccountTypeOptions: Set<GetFromAccountOptions>? = null)

Properties

Link copied to clipboard
Link copied to clipboard