5#ifndef OCPP_V2_GET15118EVCERTIFICATE_HPP
6#define OCPP_V2_GET15118EVCERTIFICATE_HPP
8#include <nlohmann/json_fwd.hpp>
11#include <ocpp/common/types.hpp>
12#include <ocpp/v2/constants.hpp>
13#include <ocpp/v2/ocpp_enums.hpp>
14#include <ocpp/v2/ocpp_types.hpp>
22 CertificateActionEnum action;
24 std::optional<CustomData> customData;
28 std::string
get_type()
const override;
43 Iso15118EVCertificateStatusEnum status;
45 std::optional<CustomData> customData;
46 std::optional<StatusInfo> statusInfo;
50 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP Get15118EVCertificate message.
Definition: Get15118EVCertificate.hpp:20
std::string get_type() const override
Provides the type of this Get15118EVCertificate message as a human readable string.
Definition: Get15118EVCertificate.cpp:16
Contains a OCPP Get15118EVCertificateResponse message.
Definition: Get15118EVCertificate.hpp:42
std::string get_type() const override
Provides the type of this Get15118EVCertificateResponse message as a human readable string.
Definition: Get15118EVCertificate.cpp:52