Class CartSetCustomerGroupActionBuilder

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

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

     CartSetCustomerGroupAction cartSetCustomerGroupAction = CartSetCustomerGroupAction.builder()
             .build()