Open
Description
I have defined the below tariff and my understanding of the tariff is as below, please correct me if it is wrong.
The tariff will start applying to the charging session after 3 mins and max duration for which tariff applied is 5 mins.
{
"id": "TARIFF456",
"currency": "INR",
"elements": [
{
"price_components": [
{
"type": "TIME",
"vat": 1,
"price": 35.1,
"step_size": 1
}
],
"restrictions": {
"min_duration": 180, // Corrected: Fee starts after 3 min
"max_duration": 300 // Max overstay duration (e.g., 5 min total)
}
}
],
"last_updated": "2024-01-14T12:00:00Z"
}
Metadata
Metadata
Assignees
Labels
No labels