Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

MaxFeeAmount.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

MaxFeeAmount

Properties

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]

Methods

NewMaxFeeAmount

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

NewMaxFeeAmountWithDefaults

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

GetMaxFeeAmount

func (o *MaxFeeAmount) GetMaxFeeAmount() string

GetMaxFeeAmount returns the MaxFeeAmount field if non-nil, zero value otherwise.

GetMaxFeeAmountOk

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.

SetMaxFeeAmount

func (o *MaxFeeAmount) SetMaxFeeAmount(v string)

SetMaxFeeAmount sets MaxFeeAmount field to given value.

HasMaxFeeAmount

func (o *MaxFeeAmount) HasMaxFeeAmount() bool

HasMaxFeeAmount returns a boolean if a field has been set.

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