Class ShippingMethodChangeTaxCategoryActionBuilder

java.lang.Object
com.commercetools.api.models.shipping_method.ShippingMethodChangeTaxCategoryActionBuilder
All Implemented Interfaces:
Builder<ShippingMethodChangeTaxCategoryAction>

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

     ShippingMethodChangeTaxCategoryAction shippingMethodChangeTaxCategoryAction = ShippingMethodChangeTaxCategoryAction.builder()
             .taxCategory(taxCategoryBuilder -> taxCategoryBuilder)
             .build()