Struct that contains all attributes of a transaction entry in the database.
More...
#include <database_handler.hpp>
|
|
std::string | session_id |
| |
|
int32_t | connector |
| |
|
std::string | id_tag_start |
| |
|
std::string | time_start |
| |
|
int32_t | meter_start |
| |
|
int32_t | transaction_id |
| |
|
bool | csms_ack |
| |
|
int32_t | meter_last |
| |
|
std::string | meter_last_time |
| |
|
std::string | last_update |
| |
|
std::string | start_transaction_message_id |
| |
|
std::optional< std::string > | stop_transaction_message_id |
| |
|
std::optional< int32_t > | reservation_id = std::nullopt |
| |
|
std::optional< std::string > | parent_id_tag = std::nullopt |
| |
|
std::optional< int32_t > | meter_stop = std::nullopt |
| |
|
std::optional< std::string > | time_end = std::nullopt |
| |
|
std::optional< std::string > | id_tag_end = std::nullopt |
| |
|
std::optional< std::string > | stop_reason = std::nullopt |
| |
Struct that contains all attributes of a transaction entry in the database.
The documentation for this struct was generated from the following file: