Home > @poq/sdk-sfcc > ResetPasswordRequest
Signature:
export declare class ResetPasswordRequest extends BaseModel<ResetPasswordRequest>
Extends: BaseModel<ResetPasswordRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ResetPasswordRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
login? | string | (Optional) The login id of the customer. | |
newPassword | string | The new password for the customer. | |
resetToken? | string | (Optional) The password reset token for the customer. |