DaffCustomerChangeEmail
Changes the email of the currently logged-in customer.
import { DaffCustomerChangeEmail } from '@daffodil/customer/state'
class DaffCustomerChangeEmail implements Action {
readonly type: DaffCustomerActionTypes.CustomerChangeEmailAction
email: string
password: string
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCustomerActionTypes.CustomerChangeEmailAction | |
string | ||
password | string |