Interface SetShippingInfoTaxedPriceChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetShippingInfoTaxedPriceChangeImpl

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

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