Class RemoveTaxRateChangeBuilder

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

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

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