Interface OrderCustomLineItemRemovedMessagePayload

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

Generated after a successful Remove CustomLineItem update action.


Example to create an instance using the builder pattern

     OrderCustomLineItemRemovedMessagePayload orderCustomLineItemRemovedMessagePayload = OrderCustomLineItemRemovedMessagePayload.builder()
             .customLineItemId("{customLineItemId}")
             .customLineItem(customLineItemBuilder -> customLineItemBuilder)
             .build()