| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CustomerDevice |
Customer.getDevice()
Object containing information on the device and browser of the customer
|
CustomerDevice |
CustomerDevice.withAcceptHeader(String value)
The accept-header of the customer client from the HTTP Headers.
|
CustomerDevice |
CustomerDevice.withBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
CustomerDevice |
CustomerDevice.withDeviceFingerprint(String value)
Device fingerprint used for fraud detection
|
CustomerDevice |
CustomerDevice.withIpAddress(String value)
The IP address of the customer client from the HTTP Headers.
|
CustomerDevice |
CustomerDevice.withLocale(String value)
Locale of the client device/browser.
|
CustomerDevice |
CustomerDevice.withTimezoneOffsetUtcMinutes(String value)
Offset in minutes of timezone of the client versus the UTC.
|
CustomerDevice |
CustomerDevice.withUserAgent(String value)
User-Agent of the client device/browser from the HTTP Headers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setDevice(CustomerDevice value)
Object containing information on the device and browser of the customer
|
Customer |
Customer.withDevice(CustomerDevice value)
Object containing information on the device and browser of the customer
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.