public class FraudFields extends Object
| Constructor and Description |
|---|
FraudFields() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlackListData()
Additional black list input
|
String |
getCustomerIpAddress()
Deprecated: Use order.customer.device.ipAddress instead.
|
List<String> |
getProductCategories()
List of product categories that are being purchased.
|
void |
setBlackListData(String value)
Additional black list input
|
void |
setCustomerIpAddress(String value)
Deprecated: Use order.customer.device.ipAddress instead.
|
void |
setProductCategories(List<String> value)
List of product categories that are being purchased.
|
FraudFields |
withBlackListData(String value)
Additional black list input
|
FraudFields |
withCustomerIpAddress(String value)
Deprecated: Use order.customer.device.ipAddress instead.
|
FraudFields |
withProductCategories(List<String> value)
List of product categories that are being purchased.
|
public String getBlackListData()
public void setBlackListData(String value)
public FraudFields withBlackListData(String value)
public String getCustomerIpAddress()
public void setCustomerIpAddress(String value)
public FraudFields withCustomerIpAddress(String value)
public List<String> getProductCategories()
public void setProductCategories(List<String> value)
public FraudFields withProductCategories(List<String> value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.