Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.86 KB

GetAllOrders200ResponseDataInnerVoucherInfo.md

File metadata and controls

82 lines (45 loc) · 2.86 KB

GetAllOrders200ResponseDataInnerVoucherInfo

Properties

Name Type Description Notes
VoucherCode Pointer to string Voucher Code [optional]
VoucherType Pointer to int64 Voucher Type [optional]

Methods

NewGetAllOrders200ResponseDataInnerVoucherInfo

func NewGetAllOrders200ResponseDataInnerVoucherInfo() *GetAllOrders200ResponseDataInnerVoucherInfo

NewGetAllOrders200ResponseDataInnerVoucherInfo instantiates a new GetAllOrders200ResponseDataInnerVoucherInfo 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

NewGetAllOrders200ResponseDataInnerVoucherInfoWithDefaults

func NewGetAllOrders200ResponseDataInnerVoucherInfoWithDefaults() *GetAllOrders200ResponseDataInnerVoucherInfo

NewGetAllOrders200ResponseDataInnerVoucherInfoWithDefaults instantiates a new GetAllOrders200ResponseDataInnerVoucherInfo 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

GetVoucherCode

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) GetVoucherCode() string

GetVoucherCode returns the VoucherCode field if non-nil, zero value otherwise.

GetVoucherCodeOk

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) GetVoucherCodeOk() (*string, bool)

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

SetVoucherCode

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) SetVoucherCode(v string)

SetVoucherCode sets VoucherCode field to given value.

HasVoucherCode

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) HasVoucherCode() bool

HasVoucherCode returns a boolean if a field has been set.

GetVoucherType

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) GetVoucherType() int64

GetVoucherType returns the VoucherType field if non-nil, zero value otherwise.

GetVoucherTypeOk

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) GetVoucherTypeOk() (*int64, bool)

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

SetVoucherType

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) SetVoucherType(v int64)

SetVoucherType sets VoucherType field to given value.

HasVoucherType

func (o *GetAllOrders200ResponseDataInnerVoucherInfo) HasVoucherType() bool

HasVoucherType returns a boolean if a field has been set.

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