Interface CustomerSetFirstNameAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetFirstNameAction extends CustomerUpdateAction

Setting the first name of the Customer produces the CustomerFirstNameSet Message.


Example to create an instance using the builder pattern

     CustomerSetFirstNameAction customerSetFirstNameAction = CustomerSetFirstNameAction.builder()
             .build()
 
  • Field Details

    • SET_FIRST_NAME

      static final String SET_FIRST_NAME
      discriminator value for CustomerSetFirstNameAction
      See Also:
  • Method Details