Interface OrderLineItemDistributionChannelSetMessagePayload

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

Generated after a successful Set Line Item Distribution Channel update action.


Example to create an instance using the builder pattern

     OrderLineItemDistributionChannelSetMessagePayload orderLineItemDistributionChannelSetMessagePayload = OrderLineItemDistributionChannelSetMessagePayload.builder()
             .lineItemId("{lineItemId}")
             .build()