Interface SetShippingInfoPriceChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetShippingInfoPriceChangeImpl

public interface SetShippingInfoPriceChange extends Change
SetShippingInfoPriceChange
Example to create an instance using the builder pattern

     SetShippingInfoPriceChange setShippingInfoPriceChange = SetShippingInfoPriceChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()