Uses of Class
com.onlinepayments.domain.FraudFields
Packages that use FraudFields
-
Uses of FraudFields in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return FraudFieldsModifier and TypeMethodDescriptionCreateHostedCheckoutRequest.getFraudFields()Object containing additional data that will be used to assess the risk of fraudCreatePaymentLinkRequest.getFraudFields()Object containing additional data that will be used to assess the risk of fraudCreatePaymentRequest.getFraudFields()Object containing additional data that will be used to assess the risk of fraudFraudFields.withBlackListData(String value) Additional black list inputFraudFields.withCustomerIpAddress(String value) Deprecated.Use order.customer.device.ipAddress instead.FraudFields.withProductCategories(List<String> value) List of product categories that are being purchased.Methods in com.onlinepayments.domain with parameters of type FraudFieldsModifier and TypeMethodDescriptionvoidCreateHostedCheckoutRequest.setFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudvoidCreatePaymentLinkRequest.setFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudvoidCreatePaymentRequest.setFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreateHostedCheckoutRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreatePaymentLinkRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreatePaymentRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraud