Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 635 Bytes

File metadata and controls

25 lines (13 loc) · 635 Bytes

SyncPOSOrderRequest

The syncPOSOrder API allows POS to sync its order data with Grab and generate a PayBill QR.

Properties

Name Type Description Notes
action ActionEnum This action indicates the target action POS wants to do, eg, BILL_GENERATED, COMPLETED.
order PosOrder

Enum: ActionEnum

Name Value
BILL_GENERATED "BILL_GENERATED"
COMPLETED "COMPLETED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"