public class Ptsv2paymentsDeviceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsDeviceInformation |
addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem) |
Ptsv2paymentsDeviceInformation |
appUrl(String appUrl) |
Ptsv2paymentsDeviceInformation |
deviceType(String deviceType) |
boolean |
equals(Object o) |
Ptsv2paymentsDeviceInformation |
fingerprintSessionId(String fingerprintSessionId) |
String |
getAppUrl()
This field will contain the deep link that would help the Customer App to wake up.
|
String |
getDeviceType()
The device type at the client side.
|
String |
getFingerprintSessionId()
Field that contains the session ID that you send to Decision Manager to obtain the device fingerprint information.
|
String |
getHostName()
DNS resolved hostname from `ipAddress`.
|
String |
getHttpAcceptBrowserValue()
Value of the Accept header sent by the customer's web browser.
|
String |
getHttpAcceptContent()
The exact content of the HTTP accept header.
|
String |
getHttpBrowserColorDepth()
Value represents the bit depth of the color palette for displaying images, in bits per pixel.
|
String |
getHttpBrowserEmail()
Email address set in the customer's browser, which may differ from customer email.
|
String |
getHttpBrowserLanguage()
Value represents the browser language as defined in IETF BCP47.
|
String |
getHttpBrowserScreenHeight()
Total height of the Cardholder's scree in pixels, example: 864.
|
String |
getHttpBrowserScreenWidth()
Total width of the cardholder's screen in pixels.
|
String |
getHttpBrowserTimeDifference()
Time difference between UTC time and the cardholder browser local time, in minutes, Example:300
|
String |
getId()
Value created by the client software that uniquely identifies the POS device.
|
String |
getIpAddress()
IP address of the customer.
|
String |
getMetadata()
Verifies that the payment is originating from a valid, user-approved application and device.
|
List<Ptsv2paymentsDeviceInformationRawData> |
getRawData()
Get rawData
|
String |
getUserAgent()
Customer's browser as identified from the HTTP header data.
|
String |
getUserAgentBrowserValue()
Value of the User-Agent header sent by the customer's web browser.
|
int |
hashCode() |
Ptsv2paymentsDeviceInformation |
hostName(String hostName) |
Ptsv2paymentsDeviceInformation |
httpAcceptBrowserValue(String httpAcceptBrowserValue) |
Ptsv2paymentsDeviceInformation |
httpAcceptContent(String httpAcceptContent) |
Ptsv2paymentsDeviceInformation |
httpBrowserColorDepth(String httpBrowserColorDepth) |
Ptsv2paymentsDeviceInformation |
httpBrowserEmail(String httpBrowserEmail) |
Boolean |
HttpBrowserJavaEnabled()
A Boolean value that represents the ability of the cardholder browser to execute Java.
|
Ptsv2paymentsDeviceInformation |
httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled) |
Boolean |
HttpBrowserJavaScriptEnabled()
A Boolean value that represents the ability of the cardholder browser to execute JavaScript.
|
Ptsv2paymentsDeviceInformation |
httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled) |
Ptsv2paymentsDeviceInformation |
httpBrowserLanguage(String httpBrowserLanguage) |
Ptsv2paymentsDeviceInformation |
httpBrowserScreenHeight(String httpBrowserScreenHeight) |
Ptsv2paymentsDeviceInformation |
httpBrowserScreenWidth(String httpBrowserScreenWidth) |
Ptsv2paymentsDeviceInformation |
httpBrowserTimeDifference(String httpBrowserTimeDifference) |
Ptsv2paymentsDeviceInformation |
id(String id) |
Ptsv2paymentsDeviceInformation |
ipAddress(String ipAddress) |
Ptsv2paymentsDeviceInformation |
metadata(String metadata) |
Ptsv2paymentsDeviceInformation |
rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData) |
void |
setAppUrl(String appUrl) |
void |
setDeviceType(String deviceType) |
void |
setFingerprintSessionId(String fingerprintSessionId) |
void |
setHostName(String hostName) |
void |
setHttpAcceptBrowserValue(String httpAcceptBrowserValue) |
void |
setHttpAcceptContent(String httpAcceptContent) |
void |
setHttpBrowserColorDepth(String httpBrowserColorDepth) |
void |
setHttpBrowserEmail(String httpBrowserEmail) |
void |
setHttpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled) |
void |
setHttpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled) |
void |
setHttpBrowserLanguage(String httpBrowserLanguage) |
void |
setHttpBrowserScreenHeight(String httpBrowserScreenHeight) |
void |
setHttpBrowserScreenWidth(String httpBrowserScreenWidth) |
void |
setHttpBrowserTimeDifference(String httpBrowserTimeDifference) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setMetadata(String metadata) |
void |
setRawData(List<Ptsv2paymentsDeviceInformationRawData> rawData) |
void |
setUserAgent(String userAgent) |
void |
setUserAgentBrowserValue(String userAgentBrowserValue) |
void |
setUseRawFingerprintSessionId(Boolean useRawFingerprintSessionId) |
String |
toString() |
Ptsv2paymentsDeviceInformation |
userAgent(String userAgent) |
Ptsv2paymentsDeviceInformation |
userAgentBrowserValue(String userAgentBrowserValue) |
Boolean |
UseRawFingerprintSessionId()
Boolean that indicates whether request contains the device fingerprint information.
|
Ptsv2paymentsDeviceInformation |
useRawFingerprintSessionId(Boolean useRawFingerprintSessionId) |
public Ptsv2paymentsDeviceInformation id(String id)
public String getId()
public void setId(String id)
public Ptsv2paymentsDeviceInformation hostName(String hostName)
public String getHostName()
public void setHostName(String hostName)
public Ptsv2paymentsDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2paymentsDeviceInformation userAgent(String userAgent)
public String getUserAgent()
public void setUserAgent(String userAgent)
public Ptsv2paymentsDeviceInformation fingerprintSessionId(String fingerprintSessionId)
public String getFingerprintSessionId()
public void setFingerprintSessionId(String fingerprintSessionId)
public Ptsv2paymentsDeviceInformation useRawFingerprintSessionId(Boolean useRawFingerprintSessionId)
public Boolean UseRawFingerprintSessionId()
public void setUseRawFingerprintSessionId(Boolean useRawFingerprintSessionId)
public Ptsv2paymentsDeviceInformation deviceType(String deviceType)
public String getDeviceType()
public void setDeviceType(String deviceType)
public Ptsv2paymentsDeviceInformation appUrl(String appUrl)
public String getAppUrl()
public void setAppUrl(String appUrl)
public Ptsv2paymentsDeviceInformation metadata(String metadata)
public String getMetadata()
public void setMetadata(String metadata)
public Ptsv2paymentsDeviceInformation rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Ptsv2paymentsDeviceInformation addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem)
public List<Ptsv2paymentsDeviceInformationRawData> getRawData()
public void setRawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Ptsv2paymentsDeviceInformation httpAcceptBrowserValue(String httpAcceptBrowserValue)
public String getHttpAcceptBrowserValue()
public void setHttpAcceptBrowserValue(String httpAcceptBrowserValue)
public Ptsv2paymentsDeviceInformation httpAcceptContent(String httpAcceptContent)
public String getHttpAcceptContent()
public void setHttpAcceptContent(String httpAcceptContent)
public Ptsv2paymentsDeviceInformation httpBrowserEmail(String httpBrowserEmail)
public String getHttpBrowserEmail()
public void setHttpBrowserEmail(String httpBrowserEmail)
public Ptsv2paymentsDeviceInformation httpBrowserLanguage(String httpBrowserLanguage)
public String getHttpBrowserLanguage()
public void setHttpBrowserLanguage(String httpBrowserLanguage)
public Ptsv2paymentsDeviceInformation httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Boolean HttpBrowserJavaEnabled()
public void setHttpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Ptsv2paymentsDeviceInformation httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Boolean HttpBrowserJavaScriptEnabled()
public void setHttpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Ptsv2paymentsDeviceInformation httpBrowserColorDepth(String httpBrowserColorDepth)
public String getHttpBrowserColorDepth()
public void setHttpBrowserColorDepth(String httpBrowserColorDepth)
public Ptsv2paymentsDeviceInformation httpBrowserScreenHeight(String httpBrowserScreenHeight)
public String getHttpBrowserScreenHeight()
public void setHttpBrowserScreenHeight(String httpBrowserScreenHeight)
public Ptsv2paymentsDeviceInformation httpBrowserScreenWidth(String httpBrowserScreenWidth)
public String getHttpBrowserScreenWidth()
public void setHttpBrowserScreenWidth(String httpBrowserScreenWidth)
public Ptsv2paymentsDeviceInformation httpBrowserTimeDifference(String httpBrowserTimeDifference)
public String getHttpBrowserTimeDifference()
public void setHttpBrowserTimeDifference(String httpBrowserTimeDifference)
public Ptsv2paymentsDeviceInformation userAgentBrowserValue(String userAgentBrowserValue)
public String getUserAgentBrowserValue()
public void setUserAgentBrowserValue(String userAgentBrowserValue)
Copyright © 2025. All rights reserved.