Poq.SDK.Node

Home > @poq/sdk-sfcc > PasswordChangeRequest

PasswordChangeRequest class

Document representing a password change request.

Signature:

export declare class PasswordChangeRequest extends BaseModel<PasswordChangeRequest> 

Extends: BaseModel<PasswordChangeRequest

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the PasswordChangeRequest class

Properties

Property Modifiers Type Description
currentPassword   string The customers current password.
password   string The customers new password.