Class StagedOrderSetShippingMethodTaxRateActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetShippingMethodTaxRateActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetShippingMethodTaxRateAction>

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

     StagedOrderSetShippingMethodTaxRateAction stagedOrderSetShippingMethodTaxRateAction = StagedOrderSetShippingMethodTaxRateAction.builder()
             .build()