Name | Type | Description | Notes |
---|---|---|---|
ContractAddress | string | Defines the contract address in the blockchain for an ERC20 token. | |
FeeLimit | string | Defines the fee limit value. | |
Symbol | string | Defines the Token symbol. |
func NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS(contractAddress string, feeLimit string, symbol string, ) *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS
NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS 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 NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRISWithDefaults() *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS
NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRISWithDefaults instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetContractAddress() string
GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) 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.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetContractAddress(v string)
SetContractAddress sets ContractAddress field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetFeeLimit() string
GetFeeLimit returns the FeeLimit field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetFeeLimitOk() (*string, bool)
GetFeeLimitOk returns a tuple with the FeeLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetFeeLimit(v string)
SetFeeLimit sets FeeLimit field to given value.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) 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 *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetSymbol(v string)
SetSymbol sets Symbol field to given value.