Functions
Sets Builder.acceptHeader to an arbitrary JSON value.
Content of the HTTP accept headers as sent from the cardholder's browser to the 3DS requestor (e.g., merchant or digital wallet).
Returns an immutable instance of Browser.
Sets Builder.ip to an arbitrary JSON value.
IP address of the browser as returned by the HTTP headers to the 3DS requestor (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
Sets Builder.javaEnabled to an arbitrary JSON value.
Alias for Builder.javaEnabled.
Indicates whether the cardholder's browser has the ability to execute Java. Maps to EMV 3DS field browserJavaEnabled.
Sets Builder.javascriptEnabled to an arbitrary JSON value.
Alias for Builder.javascriptEnabled.
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
Sets Builder.language to an arbitrary JSON value.
Language of the cardholder's browser as defined in IETF BCP47. Maps to EMV 3DS field browserLanguage.
Sets Builder.timeZone to an arbitrary JSON value.
Time zone offset in minutes between UTC and browser local time. Maps to EMV 3DS field browserTz.
Sets Builder.userAgent to an arbitrary JSON value.
Content of the HTTP user-agent header. Maps to EMV 3DS field browserUserAgent.