Home > @poq/sdk-sfcc > PasswordReset
Document representing a password reset request.
Signature:
export declare class PasswordReset extends BaseModel<PasswordReset>
Extends: BaseModel<PasswordReset
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the PasswordReset class |
Property | Modifiers | Type | Description |
---|---|---|---|
identification? | string | (Optional) The customer’s login or the customer’s email depending on the type value. | |
type? | PasswordResetTypeEnum | (Optional) The type of customer identification. |