Interface OrderCustomLineItemAddedMessagePayload

All Superinterfaces:
MessagePayload, OrderMessagePayload
All Known Implementing Classes:
OrderCustomLineItemAddedMessagePayloadImpl

Generated after a successful Add Custom Line Item update action.


Example to create an instance using the builder pattern

     OrderCustomLineItemAddedMessagePayload orderCustomLineItemAddedMessagePayload = OrderCustomLineItemAddedMessagePayload.builder()
             .customLineItem(customLineItemBuilder -> customLineItemBuilder)
             .build()