{
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "orderRefNo": "ORD-20240815-001",
  "storeUuid": "store-uuid-mapped-to-revel-establishment-1",
  "deliveryMethod": "PICKUP",
  "items": [
    {
      "plu": "501",
      "name": "Flat White",
      "quantity": 2,
      "itemPrice": 5.50,
      "modifiers": [
        {
          "plu": "3001",
          "name": "Oat Milk",
          "quantity": 1,
          "modifierPrice": 0.75
        },
        {
          "plu": "3005",
          "name": "Large (12oz)",
          "quantity": 1,
          "modifierPrice": 1.50
        }
      ]
    },
    {
      "plu": "503",
      "name": "Blueberry Muffin",
      "quantity": 1,
      "itemPrice": 4.25,
      "modifiers": []
    }
  ],
  "totalPay": 19.75,
  "payment": {
    "method": "CREDIT_CARD",
    "amount": 19.75,
    "tip": 2.00,
    "transactionId": "txn-abc123"
  }
}
