Class AddTaxRateChangeBuilder

java.lang.Object
com.commercetools.history.models.change.AddTaxRateChangeBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AddTaxRateChange>

public class AddTaxRateChangeBuilder extends Object implements io.vrap.rmf.base.client.Builder<AddTaxRateChange>
AddTaxRateChangeBuilder
Example to create an instance using the builder pattern

     AddTaxRateChange addTaxRateChange = AddTaxRateChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()