public class CustomerDevice extends Object
Constructor and Description |
---|
CustomerDevice() |
Modifier and Type | Method and Description |
---|---|
String |
getAcceptHeader()
The accept-header of the customer client from the HTTP Headers.
|
BrowserData |
getBrowserData()
Object containing information regarding the browser of the customer
|
String |
getDefaultFormFill()
Degree of default form fill, with the following possible values:
|
String |
getDeviceFingerprintTransactionId()
One must set the deviceFingerprintTransactionId received by the response of the endpoint /{merchant}/products/{paymentProductId}/deviceFingerprint
|
String |
getIpAddress()
The IP address of the customer client from the HTTP Headers.
|
String |
getLocale()
Locale of the client device/browser.
|
String |
getTimezoneOffsetUtcMinutes()
Offset in minutes of timezone of the client versus the UTC.
|
String |
getUserAgent()
User-Agent of the client device/browser from the HTTP Headers.
|
void |
setAcceptHeader(String value)
The accept-header of the customer client from the HTTP Headers.
|
void |
setBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
void |
setDefaultFormFill(String value)
Degree of default form fill, with the following possible values:
|
void |
setDeviceFingerprintTransactionId(String value)
One must set the deviceFingerprintTransactionId received by the response of the endpoint /{merchant}/products/{paymentProductId}/deviceFingerprint
|
void |
setIpAddress(String value)
The IP address of the customer client from the HTTP Headers.
|
void |
setLocale(String value)
Locale of the client device/browser.
|
void |
setTimezoneOffsetUtcMinutes(String value)
Offset in minutes of timezone of the client versus the UTC.
|
void |
setUserAgent(String value)
User-Agent of the client device/browser from the HTTP Headers.
|
public String getAcceptHeader()
public void setAcceptHeader(String value)
public BrowserData getBrowserData()
public void setBrowserData(BrowserData value)
public String getDefaultFormFill()
public void setDefaultFormFill(String value)
public String getDeviceFingerprintTransactionId()
public void setDeviceFingerprintTransactionId(String value)
public String getIpAddress()
public void setIpAddress(String value)
public String getLocale()
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
public void setLocale(String value)
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
public String getTimezoneOffsetUtcMinutes()
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
public void setTimezoneOffsetUtcMinutes(String value)
If you use the latest version of our JavaScript Client SDK, we will collect this data and include it in the encryptedCustomerInput property. We will then automatically populate this data if available.
public String getUserAgent()
As a fall-back we will use the userAgent that might be included in the encryptedCustomerInput, but this is captured client side using JavaScript and might be different.
public void setUserAgent(String value)
As a fall-back we will use the userAgent that might be included in the encryptedCustomerInput, but this is captured client side using JavaScript and might be different.
Copyright © 2024 Worldline Global Collect. All rights reserved.