Tariff
Represents a pricing tariff for charging sessions. Defines the pricing structure including energy, time, flat fees, and idle charges.
ISO-3166 alpha-2 country code where this tariff applies.
ISO-4217 currency code for this tariff.
Unique identifier for the tariff.
Start date/time when this tariff becomes active. Format: RFC3339 in UTC timezone.
End date/time when this tariff expires. Format: RFC3339 in UTC timezone.
min_price Price
max_price Price
Type of tariff (e.g., AD_HOC_PAYMENT, REGULAR).
price_per_kwh Price
price_per_min Price
price_flat Price
price_per_min_parked Price
Maximum price per minute for idle time.
Grace period in seconds before idle charges begin.
idle_blackout_period IdleBlackoutPeriod
price_modifiers OMNIPriceModifier[]
List of price modifiers that can adjust the base tariff.
Seconds before grace period ends to send notification.
elements TariffElement[]
List of tariff elements with time/power restrictions.
price_components PriceComponent[]
restrictions TariffRestrictions
tariff_alt_text DisplayText[]
Human-readable tariff description with i18n support.
ISO 639-1 language code (e.g., "en", "nl", "de").
The localized text content.
URL to a web page with more tariff information.
Maximum price threshold before stopping the session.
Minimum energy delta threshold for auto-stop.
Number of consecutive readings below threshold to trigger stop.
Time threshold in seconds to trigger auto-stop.
price_platform_flat Price
Entity code of the CPO that owns this tariff.
Timestamp when this tariff was last updated. Format: RFC3339 in UTC timezone.
{
"country_code": "string",
"currency": "string",
"uid": "string",
"start_date_time": "string",
"end_date_time": "string",
"min_price": {
"excl_vat": 0,
"incl_vat": 0
},
"max_price": {
"excl_vat": 0,
"incl_vat": 0
},
"type": "string",
"price_per_kwh": {
"excl_vat": 0,
"incl_vat": 0
},
"price_per_min": {
"excl_vat": 0,
"incl_vat": 0
},
"price_flat": {
"excl_vat": 0,
"incl_vat": 0
},
"price_per_min_parked": {
"excl_vat": 0,
"incl_vat": 0
},
"max_price_per_min_parked": 0,
"grace_period_seconds": "string",
"idle_blackout_period": {
"day_of_week": [
"string"
],
"start_time_of_day": "string",
"end_time_of_day": "string"
},
"price_modifiers": [
{
"uid": "string",
"value": 0,
"type": "string",
"vat": 0,
"tariff_dimension_types": [
"string"
]
}
],
"grace_period_notification_seconds": 0,
"elements": [
{
"uid": "string",
"price_components": [
{
"type": "string",
"price": 0,
"vat": 0,
"step_size": "string"
}
],
"restrictions": {
"start_time": "string",
"end_time": "string",
"start_date": "string",
"end_date": "string",
"min_kwh": 0,
"max_kwh": 0,
"min_current": 0,
"max_current": 0,
"min_power": 0,
"max_power": 0,
"min_duration": "string",
"max_duration": "string",
"day_of_week": [
"string"
],
"reservation": "string",
"max_average_power": 0,
"reservation_min_kwh": 0,
"reservation_max_kwh": 0,
"advance_booking_days_min": "string",
"advance_booking_days_max": "string"
},
"session_stage": "string"
}
],
"tariff_alt_text": [
{
"language": "string",
"text": "string"
}
],
"tariff_alt_url": "string",
"max_price_threshold": 0,
"min_delta_wh_threshold": 0,
"consecutive_delta_below_threshold_to_stop": 0,
"time_threshold_to_stop_seconds": 0,
"price_platform_flat": {
"excl_vat": 0,
"incl_vat": 0
},
"entity_code": "string",
"last_updated": "string"
}