Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.46 KB

ListDepositAddressesRINonFungibleTokensInner.md

File metadata and controls

135 lines (72 loc) · 4.46 KB

ListDepositAddressesRINonFungibleTokensInner

Properties

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.

Methods

NewListDepositAddressesRINonFungibleTokensInner

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

NewListDepositAddressesRINonFungibleTokensInnerWithDefaults

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

GetIdentifier

func (o *ListDepositAddressesRINonFungibleTokensInner) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

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.

SetIdentifier

func (o *ListDepositAddressesRINonFungibleTokensInner) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

GetName

func (o *ListDepositAddressesRINonFungibleTokensInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ListDepositAddressesRINonFungibleTokensInner) SetName(v string)

SetName sets Name field to given value.

GetSymbol

func (o *ListDepositAddressesRINonFungibleTokensInner) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

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.

SetSymbol

func (o *ListDepositAddressesRINonFungibleTokensInner) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

GetTokenId

func (o *ListDepositAddressesRINonFungibleTokensInner) GetTokenId() string

GetTokenId returns the TokenId field if non-nil, zero value otherwise.

GetTokenIdOk

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.

SetTokenId

func (o *ListDepositAddressesRINonFungibleTokensInner) SetTokenId(v string)

SetTokenId sets TokenId field to given value.

GetType

func (o *ListDepositAddressesRINonFungibleTokensInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ListDepositAddressesRINonFungibleTokensInner) SetType(v string)

SetType sets Type field to given value.

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