@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CustomerCredentials

    Represents the credentials used for recovery or customer onboarding.

    interface CustomerCredentials {
        password: string;
    }
    Index

    Properties

    Properties

    password: string

    The customer's password.