Class CartSetCustomTypeActionBuilder

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

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

     CartSetCustomTypeAction cartSetCustomTypeAction = CartSetCustomTypeAction.builder()
             .build()