GitHub

DaffCustomerChangeEmailFailure

A failed customer email change with the error message.

import { DaffCustomerChangeEmailFailure } from '@daffodil/customer/state'
class DaffCustomerChangeEmailFailure implements Action {
  readonly type: DaffCustomerActionTypes.CustomerChangeEmailFailureAction
  payload: DaffStateError
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerChangeEmailFailureAction
payload DaffStateError