118 lines
2.2 KiB
JSON
118 lines
2.2 KiB
JSON
{
|
|
"levels": [
|
|
{
|
|
"level": 1,
|
|
"name": "New Friend",
|
|
"requiredPoints": 0,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "Friendly room rates"
|
|
},
|
|
{
|
|
"title": "10% off on food on weekends"
|
|
},
|
|
{
|
|
"title": "Free kids mocktail during stay"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 2,
|
|
"name": "Good Friend",
|
|
"requiredPoints": 5000,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "15% on food on weekends"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 3,
|
|
"name": "Close Friend",
|
|
"requiredPoints": 10000,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "Late checkout - 1 hour when available"
|
|
},
|
|
{
|
|
"title": "50 SEK voucher"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 4,
|
|
"name": "Dear Friend",
|
|
"requiredPoints": 25000,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "25% earn rate"
|
|
},
|
|
{
|
|
"title": "Early check-in - 1 hour when available"
|
|
},
|
|
{
|
|
"title": "75 SEK voucher"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 5,
|
|
"name": "Loyal Friend",
|
|
"requiredPoints": 100000,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "Free room upgrade when available"
|
|
},
|
|
{
|
|
"title": "100 SEK voucher"
|
|
},
|
|
{
|
|
"title": "2-for-1 breakfast"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 6,
|
|
"name": "True Friend",
|
|
"requiredPoints": 250000,
|
|
"requiredNights": 0,
|
|
"benefits": [
|
|
{
|
|
"title": "50% earn rate"
|
|
},
|
|
{
|
|
"title": "150 SEK voucher"
|
|
},
|
|
{
|
|
"title": "48h room guarantee"
|
|
},
|
|
{
|
|
"title": "Always free breakfast"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"level": 7,
|
|
"name": "Best Friend",
|
|
"requiredPoints": 400000,
|
|
"requiredNights": 100,
|
|
"benefits": [
|
|
{
|
|
"title": "200 SEK voucher"
|
|
},
|
|
{
|
|
"title": "Yearly exclusive gift"
|
|
},
|
|
{
|
|
"title": "Kid's boost"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|