{
  "SalesCollection": [
    {
      "TransactionDate": "2023-02-21T21:24:28",
      "OrderNumber": 2121,
      "ORNumber": 1671,
      "DineType": "TO",
      "TransactionType": "REG",
      "GrossAmount": 284.0000,
      "NetAmount": 255.6000,
      "DiscountAmount": 28.4000,
      "DiscountType": "EMPLOYEE DISC 10%             ",
      "DiscountPercent": 10.0000,
      "ItemDiscountAmount": 0.0000,
      "ServiceChargeAmount": 0.0000,
      "PaxNumber": 1,
      "WithVAT": 284.0000,
      "NoVAT": 0.00,
      "VATExempt": 0.0000000,
      "SCVATExempt": 0.0000,
      "VATRate": 12.0,
      "SCPaxNumber": 0.0,
      "Cashier": "WENDY MORALES",
      "Branch": "C061",
      "SaleDetails": [
        {
          "OrderNumber": 2121,
          "OrderDateTime": "2023-02-21T21:24:28",
          "IsVoided": false,
          "DineType": "TO",
          "UnitPrice": 284.0000,
          "Quantity": 1,
          "ItemId": "SRT6",
          "ItemName": "NO ITEM DESCRIPTION FOUND",
          "Category": "CHEESE ROLLS",
          "TotalPrice": 284.0000
        }
      ],
      "PaymentDetails": [
        {
          "ModeOfPayment": "CASH",
          "Type": "NA",
          "Provider": "NA",
          "Bank": "NA",
          "Amount": 255.6000
        }
      ]
    }
  ]
}