Class StagedOrderSetShippingCustomTypeActionBuilder

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

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

     StagedOrderSetShippingCustomTypeAction stagedOrderSetShippingCustomTypeAction = StagedOrderSetShippingCustomTypeAction.builder()
             .build()