Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.25 KB

File metadata and controls

24 lines (16 loc) · 1.25 KB

PosOrder

The POSOrder indicates the detail order information from POS system.

Properties

Name Type Description Notes
orderID String The long orderID in grab system. [optional]
partnerOrderID String The orderID in pos system. [optional]
merchantID String The merchant's ID is the one in GrabFood's database. [optional]
partnerMerchantID String The merchant ID in pos system. [optional]
orderTime OffsetDateTime The UTC time that a consumer places the order, based on ISO_8601/RFC3339. [optional]
orderState String The order state in POS system, eg, COMPLETED. [optional]
currency Currency [optional]
items List<POSItem> The ordered items in an array of JSON Object. [optional]
price PosPriceDetails [optional]
dineIn DineIn [optional]
payments List<Payment> An array of payment objects. `null` when there is no payment info from pos. This is only applicable for STO order [optional]