Home > @poq/sdk-sfcc > PasswordChangeRequest
Document representing a password change request.
Signature:
export declare class PasswordChangeRequest extends BaseModel<PasswordChangeRequest>
Extends: BaseModel<PasswordChangeRequest
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PasswordChangeRequest class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| currentPassword | string | The customer’s current password. | |
| password | string | The customer’s new password. |