# CyberSource.UnifiedriskBrowser

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cookiesAccepted** | **String** | Whether the customer's browser accepts cookies. This field can contain one of the following values: - `yes`: The customer's browser accepts cookies. - `no`: The customer's browser does not accept cookies. | [optional] 
**fingerprintSessionId** | **String** | Field that contains the session ID that you send to Decision Manager to obtain the device fingerprint information. The string can contain uppercase and lowercase letters, digits, hyphen (-), and underscore (_). However, do not use the same uppercase and lowercase letters to indicate different session IDs.The session ID must be unique for each merchant ID. You can use any string that you are already generating, such as an order number or web session ID.The session ID must be unique for each p | [optional] 
**httpBrowserEmail** | **String** | Email address set in the customer's browser, which may differ from customer email. | [optional] 
**userAgent** | **String** | Customer's browser as identified from the HTTP header data. For example, `Mozilla` is the value that identifies the Netscape browser. | [optional] 
**httpAcceptBrowserValue** | **String** | Value of the Accept header sent by the customer's web browser. **Note** If the customer's browser provides a value, you must include it in your request. | [optional] 
**httpAcceptContent** | **String** | The exact content of the HTTP accept header. | [optional] 
**httpBrowserLanguage** | **String** | Value represents the browser language as defined in IETF BCP47. Example:en-US, refer  https://en.wikipedia.org/wiki/IETF_language_tag for more details. | [optional] 
**httpBrowserJavaEnabled** | **Boolean** | A Boolean value that represents the ability of the cardholder browser to execute Java. Value is returned from the navigator.javaEnabled property. Possible Values:True/False | [optional] 
**httpBrowserJavaScriptEnabled** | **Boolean** | A Boolean value that represents the ability of the cardholder browser to execute JavaScript. Possible Values:True/False. **Note**: Merchants should be able to know the values from fingerprint details | [optional] 
**httpBrowserColorDepth** | **String** | Value represents the bit depth of the color palette for displaying images, in bits per pixel. Example : 24, refer https://en.wikipedia.org/wiki/Color_depth for more details | [optional] 
**httpBrowserScreenHeight** | **String** | Total height of the Cardholder's scree in pixels, example: 864. | [optional] 
**httpBrowserScreenWidth** | **String** | Total width of the cardholder's screen in pixels. Example: 1536. | [optional] 
**httpBrowserTimeDifference** | **String** | Time difference between UTC time and the cardholder browser local time, in minutes, Example:300 | [optional] 
**userAgentBrowserValue** | **String** | Value of the User-Agent header sent by the customer's web browser. Note If the customer's browser provides a value, you must include it in your request. | [optional] 
**userId** | **String** | Authenticated user identifier associated with the browser session, used for tracking user behaviour patterns and detecting account takeover attempts | [optional] 
**httpAcceptLanguage** | **String** | The HTTP Accept-Language header value from the browser indicating the user's preferred content languages, formatted per RFC 5646 (e.g., en-US,en;q=0.9,fr;q=0.8) | [optional] 
**httpBrowserTimeZone** | **String** | The timezone offset in minutes between UTC and the cardholder's browser local time (e.g., -300 for UTC-5). Used for temporal risk analysis and anomaly detection | [optional] 


