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