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

Properties

appType: AppType
customerIp?: string
threatMetrixSessionId?: string

Generated using TypeDoc