Package com.onlinepayments.domain
Class FraudFields
java.lang.Object
com.onlinepayments.domain.FraudFields
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdditional black list inputDeprecated.Use order.customer.device.ipAddress instead.List of product categories that are being purchased.voidsetBlackListData(String value) Additional black list inputvoidsetCustomerIpAddress(String value) Deprecated.Use order.customer.device.ipAddress instead.voidsetProductCategories(List<String> value) List of product categories that are being purchased.withBlackListData(String value) Additional black list inputwithCustomerIpAddress(String value) Deprecated.Use order.customer.device.ipAddress instead.withProductCategories(List<String> value) List of product categories that are being purchased.
-
Constructor Details
-
FraudFields
public FraudFields()
-
-
Method Details
-
getBlackListData
Additional black list input -
setBlackListData
Additional black list input -
withBlackListData
Additional black list input -
getCustomerIpAddress
Deprecated.Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the paymentDeprecated: Use order.customer.device.ipAddress instead.The IP Address of the customer that is making the payment
-
setCustomerIpAddress
Deprecated.Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the paymentDeprecated: Use order.customer.device.ipAddress instead.The IP Address of the customer that is making the payment
-
withCustomerIpAddress
Deprecated.Use order.customer.device.ipAddress instead. The IP Address of the customer that is making the paymentDeprecated: Use order.customer.device.ipAddress instead.The IP Address of the customer that is making the payment
-
getProductCategories
List of product categories that are being purchased. -
setProductCategories
List of product categories that are being purchased. -
withProductCategories
List of product categories that are being purchased.
-