{
  "subtotal": "3,290.00 ج.م",
  "unformattedSubtotal": 3290,
  "shipping": "0.00 ج.م",
  "unformattedShipping": 0,
  "tax": "0.00 ج.م",
  "unformattedTax": 0,
  "discount": "0.00 ج.م",
  "unformattedDiscount": 0,
  "total": "3,290.00 ج.م",
  "unformattedTotal": 3290,
  "totalsData": [
    {
      "title": "Subtotal",
      "value": 3290,
      "formattedValue": "3,290.00 ج.م",
      "unformattedValue": 3290
    },
    {
      "title": "Shipping & Handling",
      "value": 0,
      "formattedValue": "0.00 ج.م",
      "unformattedValue": 0
    },
    {
      "title": "Tax",
      "value": 0,
      "formattedValue": "0.00 ج.م",
      "unformattedValue": 0
    },
    {
      "title": "Discount",
      "value": 0,
      "formattedValue": "0.00 ج.م",
      "unformattedValue": 0
    },
    {
      "title": "Grand Total",
      "value": 3290,
      "formattedValue": "3,290.00 ج.م",
      "unformattedValue": 3290
    }
  ]
}
