Class StagedOrderSetShippingMethodTaxAmountActionBuilder

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

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

     StagedOrderSetShippingMethodTaxAmountAction stagedOrderSetShippingMethodTaxAmountAction = StagedOrderSetShippingMethodTaxAmountAction.builder()
             .build()