Datastructures
Property |
Type |
Cardinality |
Description |
---|---|---|---|
rateName |
string(255) |
1 |
Name of the rate. |
costId |
int |
1 |
Id of the cost rate. |
currency |
string |
1 |
Currency of the rate. e.g. EUR |
localCurrency |
string |
1 |
Local currency of the station. e.g. DDK |
costTotalLocalCurrency |
number |
? |
Costs in the local currency. null - without consumption or duration |
currencyConversionRate |
number |
1 |
The conversion rate from one currency to another. |
costTotal |
number |
? |
The total costs time + power.null - without consumption or duration |
costTime |
number |
? |
The cost for time based rate. null - without consumption or duration |
costPower |
number |
? |
The costs for the consumed power. null - without consumption or duration |
priceStructure |
Price Structure Object |
1 |
Price structure object divided in energy and time |
Property |
Type |
Cardinality |
Description |
---|---|---|---|
pagination |
Pagination Object |
1 |
Pagination object, which contains information for fetching the next page |
data |
Map<String, Rate> |
1 |
Map of evse ids to their resolved rate objects |
Property |
Type |
Cardinality |
Description |
---|---|---|---|
nextCursorId |
string |
1 |
pager string which can be passed for the next page to fetch |
isLastPage |
boolean |
1 |
Indicator if this was the last page received (true if last page otherwise false) |
Property |
Type |
Cardinality |
Description |
---|---|---|---|
energy |
Type Energy / Time Object |
1 |
Energy based cost rate |
time |
Type Energy / Time Object |
1 |
Time based cost rate |
sessionFee |
Type Session Fee Object |
1 |
Session Fee based cost rate |
Property |
Type |
Cardinality |
Description |
---|---|---|---|
unit |
String |
1 |
The unit of the price structure object. energy → Wh, time → min. |
elements |
Element[] |
1..* |
The interval cost elements |
tax |
Double |
? |
Not present if include_tax parameter is not set |
Property |
Type |
Cardinality |
Description |
Unit |
---|---|---|---|---|
intervalChange |
int |
1 |
Interval change in Wh or min. |
Wh or s respectively |
stepCosts |
number |
1 |
Cost per kWh or min |
currency |
intervalCosts |
number |
1 |
Costs for this interval |
Currency(e.g. €)/kWh or currency/min respectively |
Property |
Type |
Cardinality |
Description |
Unit |
---|---|---|---|---|
value |
number |
1 |
Cost of session fee in localCurrency |
localCurrency defined in the response |
gracePeriod |
int |
1 |
Minimum time in seconds that is required to apply session fee. Both gracePeriod and minimumEnergyConsumption conditions need to satisfied to apply session fee |
seconds |
minimumEnergyConsumption |
int |
1 |
Minimum energy in Wh that is required to apply session fee. Both gracePeriod and minimumEnergyConsumption conditions need to satisfied to apply session fee |
Wh |