5#ifndef OCPP_V16_CANCELRESERVATION_HPP
6#define OCPP_V16_CANCELRESERVATION_HPP
8#include <nlohmann/json_fwd.hpp>
10#include <ocpp/v16/ocpp_enums.hpp>
11#include <ocpp/v16/ocpp_types.hpp>
18 int32_t reservationId;
22 std::string
get_type()
const override;
37 CancelReservationStatus status;
41 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP CancelReservation message.
Definition: CancelReservation.hpp:17
std::string get_type() const override
Provides the type of this CancelReservation message as a human readable string.
Definition: CancelReservation.cpp:15
Contains a OCPP CancelReservationResponse message.
Definition: CancelReservation.hpp:36
std::string get_type() const override
Provides the type of this CancelReservationResponse message as a human readable string.
Definition: CancelReservation.cpp:41