Class OrderSetShippingCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order.OrderSetShippingCustomTypeActionBuilder
All Implemented Interfaces:
Builder<OrderSetShippingCustomTypeAction>

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

     OrderSetShippingCustomTypeAction orderSetShippingCustomTypeAction = OrderSetShippingCustomTypeAction.builder()
             .build()