{
  "delivery-address-v2": {
    "summary": {
      "title": "Order Summary",
      "info": [
        {
          "title": "Items Subtotal:",
          "value": "£429.95",
          "mod": "bold"
        },
        {
          "title": "VAT:",
          "value": "£71.66",
          "mod": "vat"
        },
        {
          "title": "Click & Collect:",
          "value": "Free"
        },
        {
          "title": "Delivery:",
          "value": "applied at Checkout",
          "mod": "delivery"
        },
        {
          "title": "Young minds:",
          "value": "£1.00"
        }
      ],
      "discounts": [
        {
          "text": "Voucher abcd applies and giving 20% off",
          "isDeletable": true
        },
        {
          "text": "Voucher 20% off",
          "isDeletable": true
        },
        {
          "text": "Buy 4 for 3"
        },
        {
          "text": "Online only offer"
        },
        {
          "text": "2 for £35"
        },
        {
          "text": "Offer price equivalent to £17.50 per item"
        }
      ],
      "total": {
        "title": "Total:",
        "value": "£430.95"
      },
      "payments-checkout-list": [
        {
          "payment": "Clearpay",
          "src": "./img/payment/checkout/clearpay.svg"
        },
        {
          "payment": "Apple Pay",
          "src": "./img/payment/checkout/applepay.svg"
        },
        {
          "payment": "Google Pay",
          "src": "./img/payment/checkout/googlepay.svg"
        },
        {
          "payment": "Master Card",
          "src": "./img/payment/checkout/mastercard.svg"
        },
        {
          "payment": "Visa",
          "src": "./img/payment/checkout/visa.svg"
        },
        {
          "payment": "PayPal",
          "src": "./img/payment/checkout/paypal.svg"
        }
      ]
    }
  }
}
