[
  {
    "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
      },
      "percentage_discount_max": {
        "type": "percentage",
        "tokenName": "percentage_discount_max",
        "percentage": 10
      },
      "percentage_discount_min": {
        "type": "percentage",
        "tokenName": "percentage_discount_min",
        "percentage": 10
      }
    },
    "toDate": {
      "type": "givenDate",
      "date": "2026-09-08"
    }
  },
  {
    "configurationCode": "PROMO_30_PERCENT",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2026-09-08"
      },
      "percentage_discount": {
        "type": "percentage",
        "tokenName": "percentage_discount",
        "percentage": 30
      },
      "percentage_discount_max": {
        "type": "percentage",
        "tokenName": "percentage_discount_max",
        "percentage": 30
      },
      "percentage_discount_min": {
        "type": "percentage",
        "tokenName": "percentage_discount_min",
        "percentage": 30
      }
    },
    "toDate": {
      "type": "givenDate",
      "date": "2026-09-08"
    }
  },
  {
    "configurationCode": "PERCENTAGE_SAVINGS",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2026-09-08"
      },
      "percentage_discount": {
        "type": "percentage",
        "tokenName": "percentage_discount",
        "percentage": 10
      },
      "percentage_discount_max": {
        "type": "percentage",
        "tokenName": "percentage_discount_max",
        "percentage": 40
      },
      "percentage_discount_min": {
        "type": "percentage",
        "tokenName": "percentage_discount_min",
        "percentage": 10
      }
    },
    "toDate": {
      "type": "givenDate",
      "date": "2026-09-08"
    }
  },
  {
    "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
      },
      "percentage_discount_max": {
        "type": "percentage",
        "tokenName": "percentage_discount_max",
        "percentage": 20
      },
      "percentage_discount_min": {
        "type": "percentage",
        "tokenName": "percentage_discount_min",
        "percentage": 20
      }
    },
    "toDate": {
      "type": "givenDate",
      "date": "2026-09-08"
    }
  },
  {
    "configurationCode": "PROMO_40_PERCENT",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2026-09-08"
      },
      "percentage_discount": {
        "type": "percentage",
        "tokenName": "percentage_discount",
        "percentage": 40
      },
      "percentage_discount_max": {
        "type": "percentage",
        "tokenName": "percentage_discount_max",
        "percentage": 40
      },
      "percentage_discount_min": {
        "type": "percentage",
        "tokenName": "percentage_discount_min",
        "percentage": 40
      }
    },
    "toDate": {
      "type": "givenDate",
      "date": "2026-09-08"
    }
  },
  {
    "configurationCode": "VS_SAILINGS",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2099-12-31"
      }
    },
    "toDate": {
      "type": "noDate"
    }
  },
  {
    "configurationCode": "SINGLES_FARES",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2099-12-31"
      }
    },
    "toDate": {
      "type": "noDate"
    }
  },
  {
    "configurationCode": "SAIL_WITH_US",
    "tokenValues": {
      "expiration_date": {
        "type": "date",
        "tokenName": "expiration_date",
        "date": "2099-12-31"
      },
      "saving_referral": {
        "type": "amount",
        "tokenName": "saving_referral",
        "currency": "USD",
        "amount": 500,
        "aggregationType": "mode",
        "aggregatedValuesIdentical": true
      },
      "saving_referral_gv": {
        "type": "amount",
        "tokenName": "saving_referral_gv",
        "currency": "USD",
        "amount": 1000,
        "aggregationType": "mode",
        "aggregatedValuesIdentical": true
      },
      "saving_referral_gv_upto": {
        "type": "amount",
        "tokenName": "saving_referral_gv_upto",
        "currency": "USD",
        "amount": 4000,
        "aggregationType": "mode",
        "aggregatedValuesIdentical": true
      },
      "saving_referral_upto": {
        "type": "amount",
        "tokenName": "saving_referral_upto",
        "currency": "USD",
        "amount": 2000,
        "aggregationType": "mode",
        "aggregatedValuesIdentical": true
      }
    },
    "toDate": {
      "type": "noDate"
    }
  }
]