Class SetShippingInfoTaxedPriceChangeBuilder

java.lang.Object
com.commercetools.history.models.change.SetShippingInfoTaxedPriceChangeBuilder
All Implemented Interfaces:
Builder<SetShippingInfoTaxedPriceChange>

public class SetShippingInfoTaxedPriceChangeBuilder extends Object implements Builder<SetShippingInfoTaxedPriceChange>
SetShippingInfoTaxedPriceChangeBuilder
Example to create an instance using the builder pattern

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