Interface SetLineItemDistributionChannelChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetLineItemDistributionChannelChangeImpl

Change triggered by the Set LineItem DistributionChannel update action.


Example to create an instance using the builder pattern

     SetLineItemDistributionChannelChange setLineItemDistributionChannelChange = SetLineItemDistributionChannelChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .lineItem(lineItemBuilder -> lineItemBuilder)
             .variant("{variant}")
             .build()