Name | Type | Description | Notes |
---|---|---|---|
Identifier | string | Defines the specific token identifier. For Bitcoin-based transactions it should be the propertyId and for Ethereum-based transactions - the contract. | |
Name | string | Defines the token's name as a string. | |
Symbol | string | Defines the symbol of the non-fungible tokens. | |
TokenId | string | Represents tokens' unique identifier. | |
Type | string | Defines the specific token type. |
func NewListDepositAddressesRINonFungibleTokensInner(identifier string, name string, symbol string, tokenId string, type_ string, ) *ListDepositAddressesRINonFungibleTokensInner
NewListDepositAddressesRINonFungibleTokensInner instantiates a new ListDepositAddressesRINonFungibleTokensInner 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 NewListDepositAddressesRINonFungibleTokensInnerWithDefaults() *ListDepositAddressesRINonFungibleTokensInner
NewListDepositAddressesRINonFungibleTokensInnerWithDefaults instantiates a new ListDepositAddressesRINonFungibleTokensInner 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 *ListDepositAddressesRINonFungibleTokensInner) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDepositAddressesRINonFungibleTokensInner) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListDepositAddressesRINonFungibleTokensInner) 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 *ListDepositAddressesRINonFungibleTokensInner) SetName(v string)
SetName sets Name field to given value.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDepositAddressesRINonFungibleTokensInner) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetTokenId() string
GetTokenId returns the TokenId field if non-nil, zero value otherwise.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetTokenIdOk() (*string, bool)
GetTokenIdOk returns a tuple with the TokenId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDepositAddressesRINonFungibleTokensInner) SetTokenId(v string)
SetTokenId sets TokenId field to given value.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ListDepositAddressesRINonFungibleTokensInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDepositAddressesRINonFungibleTokensInner) SetType(v string)
SetType sets Type field to given value.