@gradientedge/commercetools-utils
    Preparing search index...

    Interface MyCustomerChangePassword

    interface MyCustomerChangePassword {
        currentPassword: string;
        newPassword: string;
        version: number;
    }
    Index

    Properties

    currentPassword: string

    Current password of the Customer.

    If the current password does not match, an [InvalidCurrentPassword](ctp:api:type:InvalidCurrentPasswordError) error is returned.
    
    newPassword: string

    New password to be set.

    version: number

    Expected version of the Customer on which the changes should be applied.