Worldline Connect Node.js SDK
    Preparing search index...

    Interface MicrosoftFraudResults

    interface MicrosoftFraudResults {
        clauseName?: string | null;
        deviceCountryCode?: string | null;
        deviceId?: string | null;
        fraudScore?: number | null;
        policyApplied?: string | null;
        reasonCodes?: string[] | null;
        trueIpAddress?: string | null;
        userDeviceType?: string | null;
    }
    Index

    Properties

    clauseName?: string | null
    deviceCountryCode?: string | null
    deviceId?: string | null
    fraudScore?: number | null
    policyApplied?: string | null
    reasonCodes?: string[] | null
    trueIpAddress?: string | null
    userDeviceType?: string | null