GitHub

DaffCustomerActionTypes

The customer action types enum.

API

enum DaffCustomerActionTypes {
  CustomerLoadAction = '[@daffodil/customer] Customer Load Action',
  CustomerLoadSuccessAction = '[@daffodil/customer] Customer Load Success Action',
  CustomerLoadFailureAction = '[@daffodil/customer] Customer Load Failure Action',
  CustomerUpdateAction = '[@daffodil/customer] Customer Update Action',
  CustomerUpdateSuccessAction = '[@daffodil/customer] Customer Update Success Action',
  CustomerUpdateFailureAction = '[@daffodil/customer] Customer Update Failure Action',
  CustomerChangeEmailAction = '[@daffodil/customer] Customer Change Email Action',
  CustomerChangeEmailSuccessAction = '[@daffodil/customer] Customer Change Email Success Action',
  CustomerChangeEmailFailureAction = '[@daffodil/customer] Customer Change Email Failure Action',
  CustomerChangePasswordAction = '[@daffodil/customer] Customer Change Password Action',
  CustomerChangePasswordSuccessAction = '[@daffodil/customer] Customer Change Password Success Action',
  CustomerChangePasswordFailureAction = '[@daffodil/customer] Customer Change Password Failure Action',
  CustomerClearErrorsAction = '[@daffodil/customer] Customer Clear Errors Action',
}