public class FraudFields extends Object
Constructor and Description |
---|
FraudFields() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAddressesAreIdentical()
Deprecated.
For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead
|
String |
getBlackListData()
Additional black list input
|
Address |
getCardOwnerAddress()
Deprecated.
This should be the same as Order.customer.billingAddress
|
String |
getCustomerIpAddress()
The IP Address of the customer that is making the payment.
|
String |
getDefaultFormFill()
Deprecated.
Use Order.customer.device.defaultFormFill instead
|
Boolean |
getDeviceFingerprintActivated()
Deprecated.
No replacement
|
String |
getDeviceFingerprintTransactionId()
Deprecated.
Use Order.customer.device.deviceFingerprintTransactionId instead
|
String |
getGiftCardType()
One of the following gift card types:
|
String |
getGiftMessage()
Gift message
|
Boolean |
getHasForgottenPwd()
Deprecated.
Use Order.customer.account.hasForgottenPassword instead
|
Boolean |
getHasPassword()
Deprecated.
Use Order.customer.account.hasPassword instead
|
Boolean |
getIsPreviousCustomer()
Deprecated.
Use Order.customer.isPreviousCustomer instead
|
String |
getOrderTimezone()
Timezone in which the order was placed.
|
String |
getShipComments()
Deprecated.
Use Order.shipping.comments instead
|
String |
getShipmentTrackingNumber()
Deprecated.
Use Order.shipping.trackingNumber instead
|
FraudFieldsShippingDetails |
getShippingDetails()
Deprecated.
No replacement
|
List<String> |
getUserData()
Array of up to 16 userData properties, each with a max length of 256 characters, that can be used for fraudscreening
|
String |
getWebsite()
Deprecated.
Use Merchant.websiteUrl instead
|
void |
setAddressesAreIdentical(Boolean value)
Deprecated.
For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead
|
void |
setBlackListData(String value)
Additional black list input
|
void |
setCardOwnerAddress(Address value)
Deprecated.
This should be the same as Order.customer.billingAddress
|
void |
setCustomerIpAddress(String value)
The IP Address of the customer that is making the payment.
|
void |
setDefaultFormFill(String value)
Deprecated.
Use Order.customer.device.defaultFormFill instead
|
void |
setDeviceFingerprintActivated(Boolean value)
Deprecated.
No replacement
|
void |
setDeviceFingerprintTransactionId(String value)
Deprecated.
Use Order.customer.device.deviceFingerprintTransactionId instead
|
void |
setGiftCardType(String value)
One of the following gift card types:
|
void |
setGiftMessage(String value)
Gift message
|
void |
setHasForgottenPwd(Boolean value)
Deprecated.
Use Order.customer.account.hasForgottenPassword instead
|
void |
setHasPassword(Boolean value)
Deprecated.
Use Order.customer.account.hasPassword instead
|
void |
setIsPreviousCustomer(Boolean value)
Deprecated.
Use Order.customer.isPreviousCustomer instead
|
void |
setOrderTimezone(String value)
Timezone in which the order was placed.
|
void |
setShipComments(String value)
Deprecated.
Use Order.shipping.comments instead
|
void |
setShipmentTrackingNumber(String value)
Deprecated.
Use Order.shipping.trackingNumber instead
|
void |
setShippingDetails(FraudFieldsShippingDetails value)
Deprecated.
No replacement
|
void |
setUserData(List<String> value)
Array of up to 16 userData properties, each with a max length of 256 characters, that can be used for fraudscreening
|
void |
setWebsite(String value)
Deprecated.
Use Merchant.websiteUrl instead
|
@Deprecated public Boolean getAddressesAreIdentical()
@Deprecated public void setAddressesAreIdentical(Boolean value)
public String getBlackListData()
public void setBlackListData(String value)
@Deprecated public Address getCardOwnerAddress()
@Deprecated public void setCardOwnerAddress(Address value)
public String getCustomerIpAddress()
public void setCustomerIpAddress(String value)
@Deprecated public String getDefaultFormFill()
@Deprecated public void setDefaultFormFill(String value)
@Deprecated public Boolean getDeviceFingerprintActivated()
@Deprecated public void setDeviceFingerprintActivated(Boolean value)
@Deprecated public String getDeviceFingerprintTransactionId()
@Deprecated public void setDeviceFingerprintTransactionId(String value)
public String getGiftCardType()
public void setGiftCardType(String value)
public String getGiftMessage()
public void setGiftMessage(String value)
@Deprecated public Boolean getHasForgottenPwd()
@Deprecated public void setHasForgottenPwd(Boolean value)
@Deprecated public Boolean getHasPassword()
@Deprecated public void setHasPassword(Boolean value)
@Deprecated public Boolean getIsPreviousCustomer()
@Deprecated public void setIsPreviousCustomer(Boolean value)
public String getOrderTimezone()
public void setOrderTimezone(String value)
@Deprecated public String getShipComments()
@Deprecated public void setShipComments(String value)
@Deprecated public String getShipmentTrackingNumber()
@Deprecated public void setShipmentTrackingNumber(String value)
@Deprecated public FraudFieldsShippingDetails getShippingDetails()
@Deprecated public void setShippingDetails(FraudFieldsShippingDetails value)
public List<String> getUserData()
public void setUserData(List<String> value)
@Deprecated public String getWebsite()
@Deprecated public void setWebsite(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.