interface CustomerResetPassword {
    newPassword: string;
    tokenValue: string;
    version?: number;
}

Properties

newPassword: string

New password to be set.

tokenValue: string

Value of the token to reset the Customer password.

version?: number

Expected version of the Customer.

Generated using TypeDoc