Class StagedOrderSetCustomerEmailActionBuilder

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

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

     StagedOrderSetCustomerEmailAction stagedOrderSetCustomerEmailAction = StagedOrderSetCustomerEmailAction.builder()
             .build()