The syncPOSOrder API allows POS to sync its order data with Grab and generate a PayBill QR.
| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | This action indicates the target action POS wants to do, eg, BILL_GENERATED, COMPLETED. | |
| order | PosOrder |
| Name | Value |
|---|---|
| BILL_GENERATED | "BILL_GENERATED" |
| COMPLETED | "COMPLETED" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |