Name | Type | Description | Notes |
---|---|---|---|
DestinationType | TransferDestinationType | ||
WalletId | string | The wallet ID. | |
TradingAccountType | string | The trading account type. | |
Amount | string | The transfer amount. For example, if you trade 1.5 BTC, then the value is `1.5`. |
func NewExchangeTransferDestination(destinationType TransferDestinationType, walletId string, tradingAccountType string, amount string, ) *ExchangeTransferDestination
NewExchangeTransferDestination instantiates a new ExchangeTransferDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExchangeTransferDestinationWithDefaults() *ExchangeTransferDestination
NewExchangeTransferDestinationWithDefaults instantiates a new ExchangeTransferDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ExchangeTransferDestination) GetDestinationType() TransferDestinationType
GetDestinationType returns the DestinationType field if non-nil, zero value otherwise.
func (o *ExchangeTransferDestination) GetDestinationTypeOk() (*TransferDestinationType, bool)
GetDestinationTypeOk returns a tuple with the DestinationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExchangeTransferDestination) SetDestinationType(v TransferDestinationType)
SetDestinationType sets DestinationType field to given value.
func (o *ExchangeTransferDestination) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *ExchangeTransferDestination) GetWalletIdOk() (*string, bool)
GetWalletIdOk returns a tuple with the WalletId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExchangeTransferDestination) SetWalletId(v string)
SetWalletId sets WalletId field to given value.
func (o *ExchangeTransferDestination) GetTradingAccountType() string
GetTradingAccountType returns the TradingAccountType field if non-nil, zero value otherwise.
func (o *ExchangeTransferDestination) GetTradingAccountTypeOk() (*string, bool)
GetTradingAccountTypeOk returns a tuple with the TradingAccountType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExchangeTransferDestination) SetTradingAccountType(v string)
SetTradingAccountType sets TradingAccountType field to given value.
func (o *ExchangeTransferDestination) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *ExchangeTransferDestination) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExchangeTransferDestination) SetAmount(v string)
SetAmount sets Amount field to given value.