Uses of Class
com.onlinepayments.domain.CustomerDevice
Packages that use CustomerDevice
-
Uses of CustomerDevice in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CustomerDeviceModifier and TypeMethodDescriptionCustomer.getDevice()Object containing information on the device and browser of the customerCustomerDevice.withAcceptHeader(String value) The accept-header of the customer client from the HTTP Headers.CustomerDevice.withBrowserData(BrowserData value) Object containing information regarding the browser of the customerCustomerDevice.withDeviceFingerprint(String value) The session ID for the device fingerprint must match the one sent in the device fingerprint script.CustomerDevice.withIpAddress(String value) The IP address of the customer client from the HTTP Headers.CustomerDevice.withLocale(String value) Locale of the client device/browser.CustomerDevice.withTimezoneOffsetUtcMinutes(String value) Offset in minutes of timezone of the client versus the UTC.CustomerDevice.withUserAgent(String value) User-Agent of the client device/browser from the HTTP Headers.Methods in com.onlinepayments.domain with parameters of type CustomerDeviceModifier and TypeMethodDescriptionvoidCustomer.setDevice(CustomerDevice value) Object containing information on the device and browser of the customerCustomer.withDevice(CustomerDevice value) Object containing information on the device and browser of the customer