Name | Type | Description | Notes |
---|---|---|---|
WalletId | string | The wallet ID. | |
WalletType | WalletType | ||
WalletSubtype | WalletSubtype | ||
Name | string | The wallet name. | |
OrgId | string | The ID of the owning organization. |
func NewCustodialWalletInfo(walletId string, walletType WalletType, walletSubtype WalletSubtype, name string, orgId string, ) *CustodialWalletInfo
NewCustodialWalletInfo instantiates a new CustodialWalletInfo 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 NewCustodialWalletInfoWithDefaults() *CustodialWalletInfo
NewCustodialWalletInfoWithDefaults instantiates a new CustodialWalletInfo 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 *CustodialWalletInfo) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *CustodialWalletInfo) 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 *CustodialWalletInfo) SetWalletId(v string)
SetWalletId sets WalletId field to given value.
func (o *CustodialWalletInfo) GetWalletType() WalletType
GetWalletType returns the WalletType field if non-nil, zero value otherwise.
func (o *CustodialWalletInfo) GetWalletTypeOk() (*WalletType, bool)
GetWalletTypeOk returns a tuple with the WalletType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustodialWalletInfo) SetWalletType(v WalletType)
SetWalletType sets WalletType field to given value.
func (o *CustodialWalletInfo) GetWalletSubtype() WalletSubtype
GetWalletSubtype returns the WalletSubtype field if non-nil, zero value otherwise.
func (o *CustodialWalletInfo) GetWalletSubtypeOk() (*WalletSubtype, bool)
GetWalletSubtypeOk returns a tuple with the WalletSubtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustodialWalletInfo) SetWalletSubtype(v WalletSubtype)
SetWalletSubtype sets WalletSubtype field to given value.
func (o *CustodialWalletInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustodialWalletInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustodialWalletInfo) SetName(v string)
SetName sets Name field to given value.
func (o *CustodialWalletInfo) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *CustodialWalletInfo) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustodialWalletInfo) SetOrgId(v string)
SetOrgId sets OrgId field to given value.