Name | Type | Description | Notes |
---|---|---|---|
DeliveryOnDemandGrabApp | Pointer to int64 | Service type: `Delivery`, Order type: `Instant`, Channel: `Grab App` | [optional] |
DeliveryScheduledGrabApp | Pointer to int64 | Service type: `Delivery`, Order type: `Scheduled`, Channel: `Grab App` | [optional] |
SelfPickUpOnDemandGrabApp | Pointer to int64 | Service type: `Self Pick Up`, Order type: `Instant`, Channel: `Grab App` | [optional] |
DineInOnDemandGrabApp | Pointer to int64 | Service type: `Dine In`, Order type: `Instant`, Channel: `Grab App` | [optional] |
DeliveryOnDemandStoreFront | Pointer to int64 | Service type: `Delivery`, Order type: `Instant`, Channel: `Store Front` | [optional] |
DeliveryScheduledStoreFront | Pointer to int64 | Service type: `Delivery`, Order type: `Scheduled`, Channel: `Store Front` | [optional] |
SelfPickUpOnDemandStoreFront | Pointer to int64 | Service type: `Self Pick Up`, Order type: `Instant`, Channel: `Store Front` | [optional] |
func NewAdvancedPricing() *AdvancedPricing
NewAdvancedPricing instantiates a new AdvancedPricing 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 NewAdvancedPricingWithDefaults() *AdvancedPricing
NewAdvancedPricingWithDefaults instantiates a new AdvancedPricing 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 *AdvancedPricing) GetDeliveryOnDemandGrabApp() int64
GetDeliveryOnDemandGrabApp returns the DeliveryOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetDeliveryOnDemandGrabAppOk() (*int64, 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 *AdvancedPricing) SetDeliveryOnDemandGrabApp(v int64)
SetDeliveryOnDemandGrabApp sets DeliveryOnDemandGrabApp field to given value.
func (o *AdvancedPricing) HasDeliveryOnDemandGrabApp() bool
HasDeliveryOnDemandGrabApp returns a boolean if a field has been set.
func (o *AdvancedPricing) GetDeliveryScheduledGrabApp() int64
GetDeliveryScheduledGrabApp returns the DeliveryScheduledGrabApp field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetDeliveryScheduledGrabAppOk() (*int64, 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 *AdvancedPricing) SetDeliveryScheduledGrabApp(v int64)
SetDeliveryScheduledGrabApp sets DeliveryScheduledGrabApp field to given value.
func (o *AdvancedPricing) HasDeliveryScheduledGrabApp() bool
HasDeliveryScheduledGrabApp returns a boolean if a field has been set.
func (o *AdvancedPricing) GetSelfPickUpOnDemandGrabApp() int64
GetSelfPickUpOnDemandGrabApp returns the SelfPickUpOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetSelfPickUpOnDemandGrabAppOk() (*int64, 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 *AdvancedPricing) SetSelfPickUpOnDemandGrabApp(v int64)
SetSelfPickUpOnDemandGrabApp sets SelfPickUpOnDemandGrabApp field to given value.
func (o *AdvancedPricing) HasSelfPickUpOnDemandGrabApp() bool
HasSelfPickUpOnDemandGrabApp returns a boolean if a field has been set.
func (o *AdvancedPricing) GetDineInOnDemandGrabApp() int64
GetDineInOnDemandGrabApp returns the DineInOnDemandGrabApp field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetDineInOnDemandGrabAppOk() (*int64, 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 *AdvancedPricing) SetDineInOnDemandGrabApp(v int64)
SetDineInOnDemandGrabApp sets DineInOnDemandGrabApp field to given value.
func (o *AdvancedPricing) HasDineInOnDemandGrabApp() bool
HasDineInOnDemandGrabApp returns a boolean if a field has been set.
func (o *AdvancedPricing) GetDeliveryOnDemandStoreFront() int64
GetDeliveryOnDemandStoreFront returns the DeliveryOnDemandStoreFront field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetDeliveryOnDemandStoreFrontOk() (*int64, 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 *AdvancedPricing) SetDeliveryOnDemandStoreFront(v int64)
SetDeliveryOnDemandStoreFront sets DeliveryOnDemandStoreFront field to given value.
func (o *AdvancedPricing) HasDeliveryOnDemandStoreFront() bool
HasDeliveryOnDemandStoreFront returns a boolean if a field has been set.
func (o *AdvancedPricing) GetDeliveryScheduledStoreFront() int64
GetDeliveryScheduledStoreFront returns the DeliveryScheduledStoreFront field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetDeliveryScheduledStoreFrontOk() (*int64, 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 *AdvancedPricing) SetDeliveryScheduledStoreFront(v int64)
SetDeliveryScheduledStoreFront sets DeliveryScheduledStoreFront field to given value.
func (o *AdvancedPricing) HasDeliveryScheduledStoreFront() bool
HasDeliveryScheduledStoreFront returns a boolean if a field has been set.
func (o *AdvancedPricing) GetSelfPickUpOnDemandStoreFront() int64
GetSelfPickUpOnDemandStoreFront returns the SelfPickUpOnDemandStoreFront field if non-nil, zero value otherwise.
func (o *AdvancedPricing) GetSelfPickUpOnDemandStoreFrontOk() (*int64, 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 *AdvancedPricing) SetSelfPickUpOnDemandStoreFront(v int64)
SetSelfPickUpOnDemandStoreFront sets SelfPickUpOnDemandStoreFront field to given value.
func (o *AdvancedPricing) HasSelfPickUpOnDemandStoreFront() bool
HasSelfPickUpOnDemandStoreFront returns a boolean if a field has been set.