{
  "SalesCollection": [
    {
      "TransactionDate": "2023-09-01T09:54:44",
      "OrderNumber": 493,
      "ORNumber": 46,
      "DineType": "TO",
      "TransactionType": "REG",
      "GrossAmount": 518.0000,
      "NetAmount": 518.0000,
      "DiscountAmount": 0.0000,
      "DiscountType": "",
      "DiscountPercent": 0.0000,
      "ItemDiscountAmount": 0.0000,
      "ServiceChargeAmount": 0.0000,
      "PaxNumber": 1,
      "WithVAT": 518.0000,
      "NoVAT": 0.00,
      "VATExempt": 0.0000000,
      "SCVATExempt": 0.0000,
      "VATRate": 12.0,
      "SCPaxNumber": 0.0,
      "Cashier": "PAUL VARGAS",
      "Branch": "C031",
      "SaleDetails": [
        {
          "OrderNumber": 493,
          "OrderDateTime": "2023-09-01T09:54:44",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 518.0000,
          "Quantity": 1,
          "ItemId": "SCM-BV1",
          "ItemName": "BLACK VELVET M",
          "Category": "SIGNATURE CAKES",
          "TotalPrice": 518.0000
        },
        {
          "OrderNumber": 493,
          "OrderDateTime": "2023-09-01T09:54:44",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 0.0000,
          "Quantity": 1,
          "ItemId": "NFP-TOPBS1",
          "ItemName": "TO PBAG SMALL",
          "Category": "NON-FOOD",
          "TotalPrice": 0.0000
        }
      ],
      "PaymentDetails": [
        {
          "ModeOfPayment": "OTHER SALES",
          "Type": "GRAB",
          "Provider": "NA",
          "Bank": "NA",
          "Amount": 518.0000
        }
      ]
    }
  ]
}