8000 Tariff with restriction · Issue #530 · ocpi/ocpi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Tariff with restriction #530
Open
Open
@ncskumar

Description

@ncskumar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0