Class CartSetShippingAddressCustomTypeActionBuilder

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

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

     CartSetShippingAddressCustomTypeAction cartSetShippingAddressCustomTypeAction = CartSetShippingAddressCustomTypeAction.builder()
             .build()