Home > @poq/sdk-sfcc > PasswordChangeRequest > (constructor)
Constructs a new instance of the PasswordChangeRequest
class
Signature:
constructor(params?: {
currentPassword: string;
password: string;
});
Parameter | Type | Description |
---|---|---|
params | { currentPassword: string; password: string; } | (Optional) |