Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.21 KB

CustodialTransferSource.md

File metadata and controls

72 lines (39 loc) · 2.21 KB

CustodialTransferSource

Properties

Name Type Description Notes
SourceType WalletSubtype
WalletId string The wallet ID.

Methods

NewCustodialTransferSource

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

NewCustodialTransferSourceWithDefaults

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

GetSourceType

func (o *CustodialTransferSource) GetSourceType() WalletSubtype

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

GetSourceTypeOk

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.

SetSourceType

func (o *CustodialTransferSource) SetSourceType(v WalletSubtype)

SetSourceType sets SourceType field to given value.

GetWalletId

func (o *CustodialTransferSource) GetWalletId() string

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

GetWalletIdOk

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.

SetWalletId

func (o *CustodialTransferSource) SetWalletId(v string)

SetWalletId sets WalletId field to given value.

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