Interface ShippingMethodChangeTaxCategoryAction

All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>, ShippingMethodUpdateAction

public interface ShippingMethodChangeTaxCategoryAction extends ShippingMethodUpdateAction
ShippingMethodChangeTaxCategoryAction
Example to create an instance using the builder pattern

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