Class TaxCategoryUpdateBuilder

java.lang.Object
com.commercetools.api.models.tax_category.TaxCategoryUpdateBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<TaxCategoryUpdate>

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

     TaxCategoryUpdate taxCategoryUpdate = TaxCategoryUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()