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

    Interface FraudFields

    interface FraudFields {
        addressesAreIdentical?: boolean | null;
        blackListData?: string | null;
        cardOwnerAddress?: Address | null;
        customerIpAddress?: string | null;
        defaultFormFill?: string | null;
        deviceFingerprintActivated?: boolean | null;
        deviceFingerprintTransactionId?: string | null;
        giftCardType?: string | null;
        giftMessage?: string | null;
        hasForgottenPwd?: boolean | null;
        hasPassword?: boolean | null;
        isPreviousCustomer?: boolean | null;
        orderTimezone?: string | null;
        shipComments?: string | null;
        shipmentTrackingNumber?: string | null;
        shippingDetails?: FraudFieldsShippingDetails | null;
        userData?: string[] | null;
        website?: string | null;
    }
    Index

    Properties

    addressesAreIdentical?: boolean | null

    For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead

    blackListData?: string | null
    cardOwnerAddress?: Address | null

    This should be the same as Order.customer.billingAddress

    customerIpAddress?: string | null
    defaultFormFill?: string | null

    Use Order.customer.device.defaultFormFill instead

    deviceFingerprintActivated?: boolean | null

    No replacement

    deviceFingerprintTransactionId?: string | null

    Use Order.customer.device.deviceFingerprintTransactionId instead

    giftCardType?: string | null
    giftMessage?: string | null
    hasForgottenPwd?: boolean | null

    Use Order.customer.account.hasForgottenPassword instead

    hasPassword?: boolean | null

    Use Order.customer.account.hasPassword instead

    isPreviousCustomer?: boolean | null

    Use Order.customer.isPreviousCustomer instead

    orderTimezone?: string | null
    shipComments?: string | null

    Use Order.shipping.comments instead

    shipmentTrackingNumber?: string | null

    Use Order.shipping.trackingNumber instead

    shippingDetails?: FraudFieldsShippingDetails | null

    No replacement

    userData?: string[] | null
    website?: string | null

    Use Merchant.websiteUrl instead