Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.9 KB

ExchangeTransferSource.md

File metadata and controls

93 lines (50 loc) · 2.9 KB

ExchangeTransferSource

Properties

Name Type Description Notes
SourceType WalletSubtype
WalletId string The wallet ID.
TradingAccountType string The trading account type.

Methods

NewExchangeTransferSource

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

NewExchangeTransferSourceWithDefaults

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

GetSourceType

func (o *ExchangeTransferSource) GetSourceType() WalletSubtype

GetSourceType returns the SourceType field if non-nil, zero value otherwise.

GetSourceTypeOk

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.

SetSourceType

func (o *ExchangeTransferSource) SetSourceType(v WalletSubtype)

SetSourceType sets SourceType field to given value.

GetWalletId

func (o *ExchangeTransferSource) GetWalletId() string

GetWalletId returns the WalletId field if non-nil, zero value otherwise.

GetWalletIdOk

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.

SetWalletId

func (o *ExchangeTransferSource) SetWalletId(v string)

SetWalletId sets WalletId field to given value.

GetTradingAccountType

func (o *ExchangeTransferSource) GetTradingAccountType() string

GetTradingAccountType returns the TradingAccountType field if non-nil, zero value otherwise.

GetTradingAccountTypeOk

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.

SetTradingAccountType

func (o *ExchangeTransferSource) SetTradingAccountType(v string)

SetTradingAccountType sets TradingAccountType field to given value.

[Back to Model list] [Back to API list] [Back to README]