Interface CartSetCustomerEmailAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetCustomerEmailAction extends CartUpdateAction
CartSetCustomerEmailAction
Example to create an instance using the builder pattern

     CartSetCustomerEmailAction cartSetCustomerEmailAction = CartSetCustomerEmailAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOMER_EMAIL

      static final String SET_CUSTOMER_EMAIL
      discriminator value for CartSetCustomerEmailAction
      See Also:
  • Method Details