| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
FraudFields |
CreatePaymentRequest.getFraudFields()
Object containing additional data that will be used to assess the risk of fraud
|
FraudFields |
CreateHostedCheckoutRequest.getFraudFields()
Object containing additional data that will be used to assess the risk of fraud
|
FraudFields |
FraudFields.withBlackListData(String value)
Additional black list input
|
FraudFields |
FraudFields.withCustomerIpAddress(String value)
Deprecated: Use order.customer.device.ipAddress instead.
|
FraudFields |
FraudFields.withProductCategories(List<String> value)
List of product categories that are being purchased.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePaymentRequest.setFraudFields(FraudFields value)
Object containing additional data that will be used to assess the risk of fraud
|
void |
CreateHostedCheckoutRequest.setFraudFields(FraudFields value)
Object containing additional data that will be used to assess the risk of fraud
|
CreatePaymentRequest |
CreatePaymentRequest.withFraudFields(FraudFields value)
Object containing additional data that will be used to assess the risk of fraud
|
CreateHostedCheckoutRequest |
CreateHostedCheckoutRequest.withFraudFields(FraudFields value)
Object containing additional data that will be used to assess the risk of fraud
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.