[
{
"id": "12345",
"name": "basic",
"color": "#b4c300",
"photo": "/url/to/photo.jpg",
"price_per_cycle": "100.0",
"price_per_cycle_in_cents": 10000,
"cycle_duration": 1,
"currency": "EUR",
"terms": "pay immediately",
"description": "basic plan",
"cancellation_period": 30,
"minimum_commitment": 1,
"hidden": false,
"tax_rate": "19.0",
"signup_charge": {
"amount": "100.00",
"tax_rate": "0.0",
"description": "Deposit",
"accounting_code": "DEP"
},
"booking_credits": [
{
"resources": [
{ "id": "a87hdg", "name": "Room" },
{ "id": "dskjh1", "name": "Room 2" }
],
"hours": "3.0",
"price_per_hour": "5.0"
}
],
"time_passes": [
{
"id": "0",
"name": "Day Pass",
"price_in_cents": 1000,
"price": "10.00",
"tax_rate": "19.0",
"currency": "EUR",
"timespans": "4-3:59",
"parsed_timespans": [
{
"from_hour": 4,
"from_minute": 0,
"to_hour": 3,
"to_minute": 59,
"weekdays": []
}
],
"included_per_timespan": 7,
"included_timespan": "month",
"discounts": [
{
"number_of_passes": 10,
"price_in_cents": 10000,
"price": "100.00",
"tax_rate": "19.0",
"currency": "EUR"
}
]
}
],
"extras": [
{
"id": "1",
"name": "Locker",
"price_in_cents": 1500,
"price": "15.00",
"tax_rate": "19.0",
"currency": "EUR"
}
]
}
]