Skip to content

Files

Latest commit

 

History

History
72 lines (39 loc) · 2.71 KB

AddTokensToExistingFromAddressRBTokenData.md

File metadata and controls

72 lines (39 loc) · 2.71 KB

AddTokensToExistingFromAddressRBTokenData

Properties

Name Type Description Notes
PropertyId int32 Represents the specific `propertyId` of the token data that will be forwarded.
ContractAddress string Represents the specific `contractAddress` of the Token that will be forwarded.

Methods

NewAddTokensToExistingFromAddressRBTokenData

func NewAddTokensToExistingFromAddressRBTokenData(propertyId int32, contractAddress string, ) *AddTokensToExistingFromAddressRBTokenData

NewAddTokensToExistingFromAddressRBTokenData instantiates a new AddTokensToExistingFromAddressRBTokenData 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

NewAddTokensToExistingFromAddressRBTokenDataWithDefaults

func NewAddTokensToExistingFromAddressRBTokenDataWithDefaults() *AddTokensToExistingFromAddressRBTokenData

NewAddTokensToExistingFromAddressRBTokenDataWithDefaults instantiates a new AddTokensToExistingFromAddressRBTokenData 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

GetPropertyId

func (o *AddTokensToExistingFromAddressRBTokenData) GetPropertyId() int32

GetPropertyId returns the PropertyId field if non-nil, zero value otherwise.

GetPropertyIdOk

func (o *AddTokensToExistingFromAddressRBTokenData) GetPropertyIdOk() (*int32, bool)

GetPropertyIdOk returns a tuple with the PropertyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPropertyId

func (o *AddTokensToExistingFromAddressRBTokenData) SetPropertyId(v int32)

SetPropertyId sets PropertyId field to given value.

GetContractAddress

func (o *AddTokensToExistingFromAddressRBTokenData) GetContractAddress() string

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

GetContractAddressOk

func (o *AddTokensToExistingFromAddressRBTokenData) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContractAddress

func (o *AddTokensToExistingFromAddressRBTokenData) SetContractAddress(v string)

SetContractAddress sets ContractAddress field to given value.

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