Search Results for

    Show / Hide Table of Contents

    Class FraudFields

    Inheritance
    object
    FraudFields
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class FraudFields

    Properties

    AddressesAreIdentical

    Indicates that invoice and shipping addresses are equal.

    Declaration
    [Obsolete("For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead")]
    public bool? AddressesAreIdentical { get; set; }
    Property Value
    Type Description
    bool?

    BlackListData

    Additional black list input

    Declaration
    public string BlackListData { get; set; }
    Property Value
    Type Description
    string

    CardOwnerAddress

    The address that belongs to the owner of the card

    Declaration
    [Obsolete("This should be the same as Order.customer.billingAddress")]
    public Address CardOwnerAddress { get; set; }
    Property Value
    Type Description
    Address

    CustomerIpAddress

    The IP Address of the customer that is making the payment. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.

    Declaration
    public string CustomerIpAddress { get; set; }
    Property Value
    Type Description
    string

    DefaultFormFill

    Degree of default form fill, with the following possible values:

    • automatically - All fields filled automatically
    • automatically-but-modified - All fields filled automatically, but some fields were modified manually
    • manually - All fields were entered manually
    Declaration
    [Obsolete("Use Order.customer.device.defaultFormFill instead")]
    public string DefaultFormFill { get; set; }
    Property Value
    Type Description
    string

    DeviceFingerprintActivated

    Indicates that the device fingerprint has been used while processing the order.

    Declaration
    [Obsolete("No replacement")]
    public bool? DeviceFingerprintActivated { get; set; }
    Property Value
    Type Description
    bool?

    DeviceFingerprintTransactionId

    One must set the deviceFingerprintTransactionId received by the response of the endpoint /{merchant}/products/{paymentProductId}/deviceFingerprint

    Declaration
    [Obsolete("Use Order.customer.device.deviceFingerprintTransactionId instead")]
    public string DeviceFingerprintTransactionId { get; set; }
    Property Value
    Type Description
    string

    GiftCardType

    One of the following gift card types:

    • celebrate-fall - Celebrate Fall
    • grandparents-day - Grandparent's Day
    • independence-day - Independence Day
    • anniversary - Anniversary
    • birthday - Birthday
    • congratulations - Congratulations
    • april-fools-day - April Fool's Day
    • easter - Easter
    • fathers-day - Father's Day
    • graduation - Graduation
    • holiday - Holiday
    • seasons-greetings - Season's Greetings
    • passover - Passover
    • kwanzaa - Kwanzaa
    • halloween - Halloween
    • mothers-day - Mother's Day
    • new-years-day - New Year's Day
    • bosses-day - Bosses' Day
    • st-patricks-day - St. Patrick's Day
    • sweetest-day - Sweetest Day
    • christmas - Christmas
    • baby-shower - Baby Shower
    • thanksgiving - Thanksgiving
    • other - Other
    • valentines-day - Valentine's Day
    • wedding - Wedding
    • secretarys-day - Secretary's Day
    • chinese-new-year - Chinese New Year
    • hanukkah - Hanukkah
    Declaration
    public string GiftCardType { get; set; }
    Property Value
    Type Description
    string

    GiftMessage

    Gift message

    Declaration
    public string GiftMessage { get; set; }
    Property Value
    Type Description
    string

    HasForgottenPwd

    Specifies if the customer (initially) had forgotten their password

    • true - The customer has forgotten their password
    • false - The customer has not forgotten their password
    Declaration
    [Obsolete("Use Order.customer.account.hasForgottenPassword instead")]
    public bool? HasForgottenPwd { get; set; }
    Property Value
    Type Description
    bool?

    HasPassword

    Specifies if the customer entered a password to gain access to an account registered with the you

    • true - The customer has used a password to gain access
    • false - The customer has not used a password to gain access
    Declaration
    [Obsolete("Use Order.customer.account.hasPassword instead")]
    public bool? HasPassword { get; set; }
    Property Value
    Type Description
    bool?

    IsPreviousCustomer

    Specifies if the customer has a history of online shopping with the merchant

    • true - The customer is a known returning customer
    • false - The customer is new/unknown customer
    Declaration
    [Obsolete("Use Order.customer.isPreviousCustomer instead")]
    public bool? IsPreviousCustomer { get; set; }
    Property Value
    Type Description
    bool?

    OrderTimezone

    Timezone in which the order was placed. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.

    Declaration
    public string OrderTimezone { get; set; }
    Property Value
    Type Description
    string

    ShipComments

    Comments included during shipping

    Declaration
    [Obsolete("Use Order.shipping.comments instead")]
    public string ShipComments { get; set; }
    Property Value
    Type Description
    string

    ShipmentTrackingNumber

    Shipment tracking number

    Declaration
    [Obsolete("Use Order.shipping.trackingNumber instead")]
    public string ShipmentTrackingNumber { get; set; }
    Property Value
    Type Description
    string

    ShippingDetails

    Details on how the order is shipped to the customer

    Declaration
    [Obsolete("No replacement")]
    public FraudFieldsShippingDetails ShippingDetails { get; set; }
    Property Value
    Type Description
    FraudFieldsShippingDetails

    UserData

    Array of up to 16 userData properties, each with a max length of 256 characters, that can be used for fraudscreening

    Declaration
    public IList<string> UserData { get; set; }
    Property Value
    Type Description
    IList<string>

    Website

    The website from which the purchase was made

    Declaration
    [Obsolete("Use Merchant.websiteUrl instead")]
    public string Website { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.