Class StagedOrderSetCustomerGroupActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetCustomerGroupActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetCustomerGroupAction>

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

     StagedOrderSetCustomerGroupAction stagedOrderSetCustomerGroupAction = StagedOrderSetCustomerGroupAction.builder()
             .build()