Class TaxCategoryRemoveTaxRateActionBuilder

java.lang.Object
com.commercetools.api.models.tax_category.TaxCategoryRemoveTaxRateActionBuilder
All Implemented Interfaces:
Builder<TaxCategoryRemoveTaxRateAction>

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

     TaxCategoryRemoveTaxRateAction taxCategoryRemoveTaxRateAction = TaxCategoryRemoveTaxRateAction.builder()
             .build()
 
  • Constructor Details

    • TaxCategoryRemoveTaxRateActionBuilder

      public TaxCategoryRemoveTaxRateActionBuilder()
  • Method Details