Name | Type | Description | Notes |
---|---|---|---|
MaxFeeAmount | Pointer to string | The maximum fee that you are willing to pay for the transaction. The transaction will fail if the transaction fee exceeds the maximum fee. | [optional] |
func NewMaxFeeAmount() *MaxFeeAmount
NewMaxFeeAmount instantiates a new MaxFeeAmount 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 NewMaxFeeAmountWithDefaults() *MaxFeeAmount
NewMaxFeeAmountWithDefaults instantiates a new MaxFeeAmount 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 *MaxFeeAmount) GetMaxFeeAmount() string
GetMaxFeeAmount returns the MaxFeeAmount field if non-nil, zero value otherwise.
func (o *MaxFeeAmount) GetMaxFeeAmountOk() (*string, bool)
GetMaxFeeAmountOk returns a tuple with the MaxFeeAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MaxFeeAmount) SetMaxFeeAmount(v string)
SetMaxFeeAmount sets MaxFeeAmount field to given value.
func (o *MaxFeeAmount) HasMaxFeeAmount() bool
HasMaxFeeAmount returns a boolean if a field has been set.