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. | |
ProjectId | Pointer to string | The project ID. | [optional] |
ProjectName | Pointer to string | The project name. | [optional] |
VaultId | string | The ID of the owning vault. | |
VaultName | Pointer to string | The vault name. | [optional] |
Apikey | string | The API key of your exchange account. | |
ExchangeId | ExchangeId | ||
MainWalletId | Pointer to string | The wallet ID of the Main Account associated with the Sub Account. This property is returned only if you are creating or querying an Exchange Wallet (Sub Account). | [optional] |
func NewCreatedWalletInfo(walletId string, walletType WalletType, walletSubtype WalletSubtype, name string, orgId string, vaultId string, apikey string, exchangeId ExchangeId, ) *CreatedWalletInfo
NewCreatedWalletInfo instantiates a new CreatedWalletInfo 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 NewCreatedWalletInfoWithDefaults() *CreatedWalletInfo
NewCreatedWalletInfoWithDefaults instantiates a new CreatedWalletInfo 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 *CreatedWalletInfo) GetWalletId() string
GetWalletId returns the WalletId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) 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 *CreatedWalletInfo) SetWalletId(v string)
SetWalletId sets WalletId field to given value.
func (o *CreatedWalletInfo) GetWalletType() WalletType
GetWalletType returns the WalletType field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) 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 *CreatedWalletInfo) SetWalletType(v WalletType)
SetWalletType sets WalletType field to given value.
func (o *CreatedWalletInfo) GetWalletSubtype() WalletSubtype
GetWalletSubtype returns the WalletSubtype field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) 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 *CreatedWalletInfo) SetWalletSubtype(v WalletSubtype)
SetWalletSubtype sets WalletSubtype field to given value.
func (o *CreatedWalletInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) 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 *CreatedWalletInfo) SetName(v string)
SetName sets Name field to given value.
func (o *CreatedWalletInfo) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) 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 *CreatedWalletInfo) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *CreatedWalletInfo) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *CreatedWalletInfo) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *CreatedWalletInfo) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *CreatedWalletInfo) HasProjectName() bool
HasProjectName returns a boolean if a field has been set.
func (o *CreatedWalletInfo) GetVaultId() string
GetVaultId returns the VaultId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetVaultIdOk() (*string, bool)
GetVaultIdOk returns a tuple with the VaultId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetVaultId(v string)
SetVaultId sets VaultId field to given value.
func (o *CreatedWalletInfo) GetVaultName() string
GetVaultName returns the VaultName field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetVaultNameOk() (*string, bool)
GetVaultNameOk returns a tuple with the VaultName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetVaultName(v string)
SetVaultName sets VaultName field to given value.
func (o *CreatedWalletInfo) HasVaultName() bool
HasVaultName returns a boolean if a field has been set.
func (o *CreatedWalletInfo) GetApikey() string
GetApikey returns the Apikey field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetApikeyOk() (*string, bool)
GetApikeyOk returns a tuple with the Apikey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetApikey(v string)
SetApikey sets Apikey field to given value.
func (o *CreatedWalletInfo) GetExchangeId() ExchangeId
GetExchangeId returns the ExchangeId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetExchangeIdOk() (*ExchangeId, bool)
GetExchangeIdOk returns a tuple with the ExchangeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetExchangeId(v ExchangeId)
SetExchangeId sets ExchangeId field to given value.
func (o *CreatedWalletInfo) GetMainWalletId() string
GetMainWalletId returns the MainWalletId field if non-nil, zero value otherwise.
func (o *CreatedWalletInfo) GetMainWalletIdOk() (*string, bool)
GetMainWalletIdOk returns a tuple with the MainWalletId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreatedWalletInfo) SetMainWalletId(v string)
SetMainWalletId sets MainWalletId field to given value.
func (o *CreatedWalletInfo) HasMainWalletId() bool
HasMainWalletId returns a boolean if a field has been set.