| Name | Type | Description | Notes |
|---|---|---|---|
| ThresholdAmount | float32 | ||
| TopupAmount | float32 |
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
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
func (o *CreateAutoTopupPayload) GetThresholdAmount() float32
GetThresholdAmount returns the ThresholdAmount field if non-nil, zero value otherwise.
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.
func (o *CreateAutoTopupPayload) SetThresholdAmount(v float32)
SetThresholdAmount sets ThresholdAmount field to given value.
func (o *CreateAutoTopupPayload) GetTopupAmount() float32
GetTopupAmount returns the TopupAmount field if non-nil, zero value otherwise.
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.
func (o *CreateAutoTopupPayload) SetTopupAmount(v float32)
SetTopupAmount sets TopupAmount field to given value.