E_OCPP1_CancelReservationStatus

TYPE E_OCPP1_CancelReservationStatus :
(
    None := 0,     // Any status not covered by this implementation
    Accepted,      // Reservation for the identifier has been cancelled.
    Rejected       // Reservation could not be cancelled, because there is no reservation active for the identifier.
) UDINT;
END_TYPE