Name | Type | Description | Notes |
---|---|---|---|
SourceType | WalletSubtype | ||
WalletId | string | The wallet ID. |
func NewCustodialTransferSource(sourceType WalletSubtype, walletId string, ) *CustodialTransferSource
NewCustodialTransferSource instantiates a new CustodialTransferSource 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 NewCustodialTransferSourceWithDefaults() *CustodialTransferSource
NewCustodialTransferSourceWithDefaults instantiates a new CustodialTransferSource 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 *CustodialTransferSource) GetSourceType() WalletSubtype
GetSourceType returns the SourceType field if non-nil, zero value otherwise.
func (o *CustodialTransferSource) 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 *CustodialTransferSource) SetSourceType(v WalletSubtype)
SetSourceType sets SourceType field to given value.
func (o *CustodialTransferSource) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *CustodialTransferSource) 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 *CustodialTransferSource) SetWalletId(v string)
SetWalletId sets WalletId field to given value.