Interface InventoryEntryReservationExpirationInMinutesSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface InventoryEntryReservationExpirationInMinutesSetMessagePayload extends MessagePayload

Generated after a successful Set Reservation Expiration In Minutes update action.


Example to create an instance using the builder pattern

     InventoryEntryReservationExpirationInMinutesSetMessagePayload inventoryEntryReservationExpirationInMinutesSetMessagePayload = InventoryEntryReservationExpirationInMinutesSetMessagePayload.builder()
             .build()