Class CartSetShippingCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetShippingCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CartSetShippingCustomTypeAction>

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

     CartSetShippingCustomTypeAction cartSetShippingCustomTypeAction = CartSetShippingCustomTypeAction.builder()
             .build()