Interface CannotChangeReservationExpiryWarning

All Superinterfaces:
WarningObject

public interface CannotChangeReservationExpiryWarning extends WarningObject

Contained in responses to a Cart update operation. Indicates that a ReserveOnCart Reservation was found for a Line Item but its expiration date and time cannot be changed using the Set Reservation Expiration In Minutes update action.


Example to create an instance using the builder pattern

     CannotChangeReservationExpiryWarning cannotChangeReservationExpiryWarning = CannotChangeReservationExpiryWarning.builder()
             .message("{message}")
             .lineItemId("{lineItemId}")
             .build()