{
  "SalesCollection": [
    {
      "TransactionDate": "2026-01-27T12:10:12",
      "OrderNumber": 10529,
      "ORNumber": 5723,
      "DineType": "TO",
      "TransactionType": "REG",
      "GrossAmount": 637.0000,
      "NetAmount": 455.0000,
      "DiscountAmount": 113.7500,
      "DiscountType": "SENIOR CITIZEN",
      "DiscountPercent": 20.0000,
      "ItemDiscountAmount": 0.0000,
      "ServiceChargeAmount": 0.0000,
      "PaxNumber": 1,
      "WithVAT": 637.0000,
      "NoVAT": 0.00,
      "VATExempt": 568.7500000,
      "SCVATExempt": 68.2500,
      "VATRate": 12.0,
      "SCPaxNumber": 1.0,
      "Cashier": "JESSICA SANTOS",
      "Branch": "C073",
      "SaleDetails": [
        {
          "OrderNumber": 10529,
          "OrderDateTime": "2026-01-27T12:10:12",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 612.0000,
          "Quantity": 1,
          "ItemId": "SCM-SSCV1",
          "ItemName": "SEA SALT CARAMEL VANILLA M",
          "Category": "SIGNATURE CAKES",
          "TotalPrice": 612.0000
        },
        {
          "OrderNumber": 10529,
          "OrderDateTime": "2026-01-27T12:10:12",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 0.0000,
          "Quantity": 1,
          "ItemId": "NFC-FBC1",
          "ItemName": "FREE BLUE CANDLE",
          "Category": "NON-FOOD",
          "TotalPrice": 0.0000
        },
        {
          "OrderNumber": 10529,
          "OrderDateTime": "2026-01-27T12:10:12",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 25.0000,
          "Quantity": 1,
          "ItemId": "NFT-HBDB1",
          "ItemName": "HBD BLUE TOPPER",
          "Category": "NON-FOOD",
          "TotalPrice": 25.0000
        }
      ],
      "PaymentDetails": [
        {
          "ModeOfPayment": "CARD",
          "Type": "PAYMAYA",
          "Provider": "MAYA",
          "Bank": "PAYMAYA",
          "Amount": 455.0000
        }
      ]
    }
  ]
}