ocpi-tariffs 0.53.0

OCPI tariff calculations
Documentation
{
    "start_date_time": "2022-01-13T14:30:00Z",
    "end_date_time": "2022-01-13T15:30:00Z",
    "currency": "EUR",
    "tariffs": [],
    "cdr_location": { 
        "country": "NLD"
    },    
    "charging_periods": [
        {
            "start_date_time": "2022-01-13T14:30:00Z",
            "dimensions": [
                {
                    "type": "ENERGY",
                    "volume": 20
                }
            ]
        }
    ],
    "total_cost": {
        "excl_vat": 5.0,
        "incl_vat": 5.5
    },
    "total_energy": 20,
    "total_energy_cost" : {
        "excl_vat": 5.0,
        "incl_vat": 5.5
    },
    "total_time": 1,
    "last_updated": "2022-01-13T00:00:00Z"
}