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

    Interface DeviceInfo

    Provides information about the device that the end-customer uses to access the service.

    interface DeviceInfo {
        appType: AppType;
        customerIp?: string;
        deviceId?: string;
        threatMetrixSessionId?: string;
    }
    Index

    Properties

    appType: AppType

    The type of the application.

    customerIp?: string

    Customer IP Address.

    deviceId?: string

    The unique mobile application's installation identifier. It must be provided when the application is a mobile app.

    threatMetrixSessionId?: string

    ThreatMetrics session id.