Class CartSetCustomerGroupActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetCustomerGroupActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartSetCustomerGroupAction>

public class CartSetCustomerGroupActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<CartSetCustomerGroupAction>
CartSetCustomerGroupActionBuilder
Example to create an instance using the builder pattern

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