-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtariff_14_step_size.json
58 lines (58 loc) · 1.06 KB
/
tariff_14_step_size.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"country_code": "DE",
"party_id": "ALL",
"id": "22",
"currency": "EUR",
"elements": [
{
"price_components": [
{
"type": "TIME",
"price": 1.20,
"step_size": 1800
},
{
"type": "PARKING_TIME",
"price": 1.00,
"step_size": 900
}
],
"restrictions" : {
"start_time" : "00:00",
"end_time" : "17:00"
}
},
{
"price_components": [
{
"type": "TIME",
"price": 2.40,
"step_size": 900
},
{
"type": "PARKING_TIME",
"price": 1.00,
"step_size": 900
}
],
"restrictions" : {
"start_time" : "17:00",
"end_time" : "20:00"
}
},
{
"price_components": [
{
"type": "TIME",
"price": 2.40,
"step_size": 900
}
],
"restrictions" : {
"start_time" : "20:00",
"end_time" : "24:00"
}
}
],
"last_updated": "2018-12-18T17:07:11Z"
}