Class FraudFields

java.lang.Object
com.onlinepayments.domain.FraudFields

public class FraudFields extends Object
  • Constructor Details

    • FraudFields

      public FraudFields()
  • Method Details

    • getBlackListData

      public String getBlackListData()
      Additional black list input
    • setBlackListData

      public void setBlackListData(String value)
      Additional black list input
    • withBlackListData

      public FraudFields withBlackListData(String value)
      Additional black list input
    • getCustomerIpAddress

      @Deprecated public String getCustomerIpAddress()
      Deprecated.
      Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the payment
      Deprecated: Use order.customer.device.ipAddress instead.

      The IP Address of the customer that is making the payment

    • setCustomerIpAddress

      @Deprecated public void setCustomerIpAddress(String value)
      Deprecated.
      Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the payment
      Deprecated: Use order.customer.device.ipAddress instead.

      The IP Address of the customer that is making the payment

    • withCustomerIpAddress

      @Deprecated public FraudFields withCustomerIpAddress(String value)
      Deprecated.
      Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the payment
      Deprecated: Use order.customer.device.ipAddress instead.

      The IP Address of the customer that is making the payment

    • getProductCategories

      public List<String> getProductCategories()
      List of product categories that are being purchased.
    • setProductCategories

      public void setProductCategories(List<String> value)
      List of product categories that are being purchased.
    • withProductCategories

      public FraudFields withProductCategories(List<String> value)
      List of product categories that are being purchased.