Name | Type | Description | Notes |
---|---|---|---|
SourceType | WalletSubtype | ||
WalletId | string | The wallet ID. | |
TradingAccountType | string | The trading account type. |
func NewExchangeTransferSource(sourceType WalletSubtype, walletId string, tradingAccountType string, ) *ExchangeTransferSource
NewExchangeTransferSource instantiates a new ExchangeTransferSource 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 NewExchangeTransferSourceWithDefaults() *ExchangeTransferSource
NewExchangeTransferSourceWithDefaults instantiates a new ExchangeTransferSource 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 *ExchangeTransferSource) GetSourceType() WalletSubtype
GetSourceType returns the SourceType field if non-nil, zero value otherwise.
func (o *ExchangeTransferSource) GetSourceTypeOk() (*WalletSubtype, bool)
GetSourceTypeOk returns a tuple with the SourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExchangeTransferSource) SetSourceType(v WalletSubtype)
SetSourceType sets SourceType field to given value.
func (o *ExchangeTransferSource) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *ExchangeTransferSource) 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 *ExchangeTransferSource) SetWalletId(v string)
SetWalletId sets WalletId field to given value.
func (o *ExchangeTransferSource) GetTradingAccountType() string
GetTradingAccountType returns the TradingAccountType field if non-nil, zero value otherwise.
func (o *ExchangeTransferSource) 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 *ExchangeTransferSource) SetTradingAccountType(v string)
SetTradingAccountType sets TradingAccountType field to given value.