{
  "schema_version": 1,
  "currency": "USD",
  "confirmed": true,
  "scope": [
    {
      "id": "earth",
      "label": "Earthworks"
    },
    {
      "id": "drain",
      "label": "Drainage"
    }
  ],
  "packages": [
    {
      "id": "a",
      "label": "Synthetic earthwork package",
      "scope_ids": [
        "earth"
      ],
      "price_cents": 2400000
    },
    {
      "id": "b",
      "label": "Synthetic drainage package",
      "scope_ids": [
        "drain"
      ],
      "price_cents": 3150000
    },
    {
      "id": "c",
      "label": "Synthetic combined alternative",
      "scope_ids": [
        "earth",
        "drain"
      ],
      "price_cents": 5200000
    }
  ],
  "discounts": [
    {
      "id": "ab",
      "package_ids": [
        "a",
        "b"
      ],
      "amount_cents": 600000
    }
  ],
  "exclusions": []
}
