Skip to content

VoucherConfigLimitOpenApiVO

Properties

Name Type Description Notes
AmountLimit Pointer to int32 The limit of vouchers in a voucher group [optional]

Methods

NewVoucherConfigLimitOpenApiVO

func NewVoucherConfigLimitOpenApiVO() *VoucherConfigLimitOpenApiVO

NewVoucherConfigLimitOpenApiVO instantiates a new VoucherConfigLimitOpenApiVO 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

NewVoucherConfigLimitOpenApiVOWithDefaults

func NewVoucherConfigLimitOpenApiVOWithDefaults() *VoucherConfigLimitOpenApiVO

NewVoucherConfigLimitOpenApiVOWithDefaults instantiates a new VoucherConfigLimitOpenApiVO 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

GetAmountLimit

func (o *VoucherConfigLimitOpenApiVO) GetAmountLimit() int32

GetAmountLimit returns the AmountLimit field if non-nil, zero value otherwise.

GetAmountLimitOk

func (o *VoucherConfigLimitOpenApiVO) GetAmountLimitOk() (*int32, bool)

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

SetAmountLimit

func (o *VoucherConfigLimitOpenApiVO) SetAmountLimit(v int32)

SetAmountLimit sets AmountLimit field to given value.

HasAmountLimit

func (o *VoucherConfigLimitOpenApiVO) HasAmountLimit() bool

HasAmountLimit returns a boolean if a field has been set.

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