ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Attributes | Friends | List of all members
ocpp::RunningCost Struct Reference

Public Attributes

std::string transaction_id
 
std::optional< DateTimetimestamp
 
std::optional< uint32_t > meter_value
 
double cost
 
RunningCostState state
 
std::optional< RunningCostChargingPricecharging_price
 
std::optional< RunningCostIdlePriceidle_price
 
std::optional< DateTimenext_period_at_time
 
std::optional< RunningCostChargingPricenext_period_charging_price
 
std::optional< RunningCostIdlePricenext_period_idle_price
 
std::optional< std::vector< DisplayMessageContent > > cost_messages
 
std::optional< std::string > qr_code_text
 

Friends

void from_json (const json &j, RunningCost &c)
 

The documentation for this struct was generated from the following file: