Interface CartSetCustomerEmailAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetCustomerEmailActionImpl

CartSetCustomerEmailAction
Example to create an instance using the builder pattern

     CartSetCustomerEmailAction cartSetCustomerEmailAction = CartSetCustomerEmailAction.builder()
             .build()