Name | Type | Description | Notes |
---|---|---|---|
DeliveryOnDemandGrabApp | Pointer to bool | [optional] | |
DeliveryScheduledGrabApp | Pointer to bool | [optional] | |
SelfPickUpOnDemandGrabApp | Pointer to bool | [optional] | |
DineInOnDemandGrabApp | Pointer to bool | [optional] | |
DeliveryOnDemandStoreFront | Pointer to bool | [optional] | |
DeliveryScheduledStoreFront | Pointer to bool | [optional] | |
SelfPickUpOnDemandStoreFront | Pointer to bool | [optional] |
func NewPurchasability() *Purchasability
NewPurchasability instantiates a new Purchasability 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 NewPurchasabilityWithDefaults() *Purchasability
NewPurchasabilityWithDefaults instantiates a new Purchasability 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 *Purchasability) GetDeliveryOnDemandGrabApp() bool
GetDeliveryOnDemandGrabApp returns the DeliveryOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *Purchasability) GetDeliveryOnDemandGrabAppOk() (*bool, bool)
GetDeliveryOnDemandGrabAppOk returns a tuple with the DeliveryOnDemandGrabApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetDeliveryOnDemandGrabApp(v bool)
SetDeliveryOnDemandGrabApp sets DeliveryOnDemandGrabApp field to given value.
func (o *Purchasability) HasDeliveryOnDemandGrabApp() bool
HasDeliveryOnDemandGrabApp returns a boolean if a field has been set.
func (o *Purchasability) GetDeliveryScheduledGrabApp() bool
GetDeliveryScheduledGrabApp returns the DeliveryScheduledGrabApp field if non-nil, zero value otherwise.
func (o *Purchasability) GetDeliveryScheduledGrabAppOk() (*bool, bool)
GetDeliveryScheduledGrabAppOk returns a tuple with the DeliveryScheduledGrabApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetDeliveryScheduledGrabApp(v bool)
SetDeliveryScheduledGrabApp sets DeliveryScheduledGrabApp field to given value.
func (o *Purchasability) HasDeliveryScheduledGrabApp() bool
HasDeliveryScheduledGrabApp returns a boolean if a field has been set.
func (o *Purchasability) GetSelfPickUpOnDemandGrabApp() bool
GetSelfPickUpOnDemandGrabApp returns the SelfPickUpOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *Purchasability) GetSelfPickUpOnDemandGrabAppOk() (*bool, bool)
GetSelfPickUpOnDemandGrabAppOk returns a tuple with the SelfPickUpOnDemandGrabApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetSelfPickUpOnDemandGrabApp(v bool)
SetSelfPickUpOnDemandGrabApp sets SelfPickUpOnDemandGrabApp field to given value.
func (o *Purchasability) HasSelfPickUpOnDemandGrabApp() bool
HasSelfPickUpOnDemandGrabApp returns a boolean if a field has been set.
func (o *Purchasability) GetDineInOnDemandGrabApp() bool
GetDineInOnDemandGrabApp returns the DineInOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *Purchasability) GetDineInOnDemandGrabAppOk() (*bool, bool)
GetDineInOnDemandGrabAppOk returns a tuple with the DineInOnDemandGrabApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetDineInOnDemandGrabApp(v bool)
SetDineInOnDemandGrabApp sets DineInOnDemandGrabApp field to given value.
func (o *Purchasability) HasDineInOnDemandGrabApp() bool
HasDineInOnDemandGrabApp returns a boolean if a field has been set.
func (o *Purchasability) GetDeliveryOnDemandStoreFront() bool
GetDeliveryOnDemandStoreFront returns the DeliveryOnDemandStoreFront field if non-nil, zero value otherwise.
func (o *Purchasability) GetDeliveryOnDemandStoreFrontOk() (*bool, bool)
GetDeliveryOnDemandStoreFrontOk returns a tuple with the DeliveryOnDemandStoreFront field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetDeliveryOnDemandStoreFront(v bool)
SetDeliveryOnDemandStoreFront sets DeliveryOnDemandStoreFront field to given value.
func (o *Purchasability) HasDeliveryOnDemandStoreFront() bool
HasDeliveryOnDemandStoreFront returns a boolean if a field has been set.
func (o *Purchasability) GetDeliveryScheduledStoreFront() bool
GetDeliveryScheduledStoreFront returns the DeliveryScheduledStoreFront field if non-nil, zero value otherwise.
func (o *Purchasability) GetDeliveryScheduledStoreFrontOk() (*bool, bool)
GetDeliveryScheduledStoreFrontOk returns a tuple with the DeliveryScheduledStoreFront field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetDeliveryScheduledStoreFront(v bool)
SetDeliveryScheduledStoreFront sets DeliveryScheduledStoreFront field to given value.
func (o *Purchasability) HasDeliveryScheduledStoreFront() bool
HasDeliveryScheduledStoreFront returns a boolean if a field has been set.
func (o *Purchasability) GetSelfPickUpOnDemandStoreFront() bool
GetSelfPickUpOnDemandStoreFront returns the SelfPickUpOnDemandStoreFront field if non-nil, zero value otherwise.
func (o *Purchasability) GetSelfPickUpOnDemandStoreFrontOk() (*bool, bool)
GetSelfPickUpOnDemandStoreFrontOk returns a tuple with the SelfPickUpOnDemandStoreFront field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Purchasability) SetSelfPickUpOnDemandStoreFront(v bool)
SetSelfPickUpOnDemandStoreFront sets SelfPickUpOnDemandStoreFront field to given value.
func (o *Purchasability) HasSelfPickUpOnDemandStoreFront() bool
HasSelfPickUpOnDemandStoreFront returns a boolean if a field has been set.