Skip to content

Latest commit

 

History

History
62 lines (58 loc) · 5.6 KB

File metadata and controls

62 lines (58 loc) · 5.6 KB

Order

Properties

Name Type Description Notes
store \Flipdish\Client\Models\StoreSummary Store summary [optional]
customer \Flipdish\Client\Models\CustomerSummary Customer summary [optional]
voucher \Flipdish\Client\Models\OrderVoucherSummary Voucher summary [optional]
fees \Flipdish\Client\Models\FeeSummary Fee summary [optional]
order_items \Flipdish\Client\Models\OrderItem[] Ordered items [optional]
delivery_location \Flipdish\Client\Models\DeliveryLocation Delivery location for delivery orders [optional]
customer_location \Flipdish\Client\Models\Coordinates Customer location [optional]
masked_phone_number \Flipdish\Client\Models\MaskedPhoneNumber Represents customers masked phone number [optional]
drop_off_location_id int Represents table service drop off location [optional]
drop_off_location string Represents table service drop off location [optional]
accepted_for \DateTime Time store has accepted the order for [optional]
in_fraud_zone bool Was order made within a fraud zone [optional]
unusual_high_value_order bool Is order of unusually high value [optional]
rejected_by_user_id int Id of user who rejected order, if available [optional]
channel_order_id string ChannelOrderId from external channel [optional]
channel_order_display_id string ChannelOrderDisplayId from external channel [optional]
channel \Flipdish\Client\Models\Channel Channel where the Order comes from [optional]
order_drop_off_location \Flipdish\Client\Models\OrderDropOffLocation DropOffLocation selected for this order [optional]
fulfillment_status \Flipdish\Client\Models\OrderFulfillmentStatusBase [BETA - this is a new field in development] Fulfillment status for this order [optional]
order_batch_info \Flipdish\Client\Models\OrderBatchSummary OrderBatch information [optional]
tax_items \Flipdish\Client\Models\TaxItem[] A collection of tax items on the order. [optional]
created_campaign_voucher_id int The id of the campaign voucher that was created from this order [optional]
order_id int Order identifier [optional]
local_order_id string Local order Id. This is used for displaying a "shorter" order ID for customers (eg. Kiosk orders) [optional]
delivery_type string Delivery type [optional]
pickup_location_type string Pickup location type [optional]
table_service_catagory string Pickup location type [optional]
tip_amount double Tip amount [optional]
delivery_amount double Delivery amount [optional]
order_items_amount double Ordered items amount [optional]
service_charge_amount double Service Charge Amount [optional]
service_charge_percentage double Service Charge Percentage [optional]
amount double This is the sum of the OrderItemsAmount, DeliveryAmount, TipAmount and Voucher.Amount (which is usually negative) and OnlineOrderingFee for cash orders. It does not include the OnlineOrderingFee in the case of card orders as this fee is charged by Flipdish directly to the customer. [optional]
processing_fee double This contains the online ordering processing fee. For card payments this is charged directly to the customer and for cash orders it is paid by the customer to the store. It is tax inclusive. [optional]
payment_account_type string Payment account type [optional]
payment_account_description string Payment account description (like Visa ****2371 or Apple Pay. or Cash) [optional]
order_state string Order state [optional]
is_pre_order bool Is pre-order [optional]
placed_time \DateTime Order placed time [optional]
requested_for_time \DateTime Order requested for [optional]
chef_note string Chef note [optional]
app_type string Used app type [optional]
user_rating int User rating [optional]
payment_status string Status of the payment [optional]
rejection_reason string Rejection reason. Can have value if the order is rejected. [optional]
refunded_amount double Amount refunded to customer. [optional]
delivery_tracking_status string Delivery tracking status [optional]
driver_id int Assigned driver identifier [optional]
total_tax double Total tax applied to order [optional]
order_tracking_code string Unique, 6 character long alpha numeric code for tracking. [optional]
delivery_fee_area_id int Delivery area identifier [optional]
receipt_code string Code used to view the order's receipt [optional]
total_deposit_return_fee_amount double This contains the total deposit return fee amount for the order. [optional]

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