{
  "priceFrom": {
    "type": "price",
    "webFareCode": "Plus",
    "amount": 17800
  },
  "suitePrices": [
    {
      "suiteCategory": "CV",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 17800
          }
        }
      ]
    },
    {
      "suiteCategory": "DX",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 19000
          }
        }
      ]
    },
    {
      "suiteCategory": "G1",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 44600
          }
        }
      ]
    },
    {
      "suiteCategory": "ME",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "waitlist",
            "webFareCode": "Plus"
          }
        }
      ]
    },
    {
      "suiteCategory": "O1",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 67000
          }
        }
      ]
    },
    {
      "suiteCategory": "R1",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 36100
          }
        }
      ]
    },
    {
      "suiteCategory": "SL",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 29100
          }
        }
      ]
    },
    {
      "suiteCategory": "SV",
      "prices": [
        {
          "fare": "Plus",
          "price": {
            "type": "price",
            "webFareCode": "Plus",
            "amount": 18400
          }
        }
      ]
    }
  ],
  "fares": [
    {
      "fare": "Plus",
      "priceFrom": {
        "type": "price",
        "webFareCode": "Plus",
        "amount": 17800
      },
      "inclusionItems": [
        {
          "code": "PreHotel",
          "date": "2027-12-30",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "PreCharterFlight",
          "date": "2028-01-01",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "Butler",
          "date": "2028-01-01",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "FoodAndBeverage",
          "date": "2028-01-01",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "FreeShorexExpedition",
          "date": "2028-01-01",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "SpecialEquipments",
          "date": "2028-01-01",
          "dateEnd": "2028-01-01"
        },
        {
          "code": "PostCharterFlight",
          "date": "2028-01-08",
          "dateEnd": "2028-01-08"
        }
      ],
      "features": [
        "CruiseOnly"
      ]
    }
  ],
  "webPromotions": [
    {
      "configurationCode": "PERCENTAGE_SAVINGS",
      "tokenValues": {
        "expiration_date": {
          "type": "date",
          "tokenName": "expiration_date",
          "date": "2026-09-08"
        },
        "percentage_discount": {
          "type": "percentage",
          "tokenName": "percentage_discount",
          "percentage": 20
        }
      },
      "activeFareCodes": [
        "Basic",
        "Plus"
      ]
    },
    {
      "configurationCode": "PROMO_10_PERCENT",
      "tokenValues": {
        "expiration_date": {
          "type": "date",
          "tokenName": "expiration_date",
          "date": "2026-09-08"
        },
        "percentage_discount": {
          "type": "percentage",
          "tokenName": "percentage_discount",
          "percentage": 10
        }
      },
      "activeFareCodes": [
        "Basic",
        "Plus"
      ]
    },
    {
      "configurationCode": "PROMO_20_PERCENT",
      "tokenValues": {
        "expiration_date": {
          "type": "date",
          "tokenName": "expiration_date",
          "date": "2026-09-08"
        },
        "percentage_discount": {
          "type": "percentage",
          "tokenName": "percentage_discount",
          "percentage": 20
        }
      },
      "activeFareCodes": [
        "Plus",
        "Basic"
      ]
    }
  ],
  "tokens": {
    "expiration_date": {
      "type": "date",
      "tokenName": "expiration_date",
      "date": "2026-09-08"
    },
    "percentage_discount": {
      "type": "percentage",
      "tokenName": "percentage_discount",
      "percentage": 20
    }
  }
}