Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.25 KB

File metadata and controls

72 lines (39 loc) · 2.25 KB

CreateAutoTopupPayload

Properties

Name Type Description Notes
ThresholdAmount float32
TopupAmount float32

Methods

NewCreateAutoTopupPayload

func NewCreateAutoTopupPayload(thresholdAmount float32, topupAmount float32, ) *CreateAutoTopupPayload

NewCreateAutoTopupPayload instantiates a new CreateAutoTopupPayload 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

NewCreateAutoTopupPayloadWithDefaults

func NewCreateAutoTopupPayloadWithDefaults() *CreateAutoTopupPayload

NewCreateAutoTopupPayloadWithDefaults instantiates a new CreateAutoTopupPayload 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

GetThresholdAmount

func (o *CreateAutoTopupPayload) GetThresholdAmount() float32

GetThresholdAmount returns the ThresholdAmount field if non-nil, zero value otherwise.

GetThresholdAmountOk

func (o *CreateAutoTopupPayload) GetThresholdAmountOk() (*float32, bool)

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

SetThresholdAmount

func (o *CreateAutoTopupPayload) SetThresholdAmount(v float32)

SetThresholdAmount sets ThresholdAmount field to given value.

GetTopupAmount

func (o *CreateAutoTopupPayload) GetTopupAmount() float32

GetTopupAmount returns the TopupAmount field if non-nil, zero value otherwise.

GetTopupAmountOk

func (o *CreateAutoTopupPayload) GetTopupAmountOk() (*float32, bool)

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

SetTopupAmount

func (o *CreateAutoTopupPayload) SetTopupAmount(v float32)

SetTopupAmount sets TopupAmount field to given value.

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