BrowserJavaScriptEnabledVal Property
Ability of the cardholder's browser to execute JavaScript.
Syntax
public var browserJavaScriptEnabledVal: ServerBrowserJavaScriptEnabledVals
public enum class ServerBrowserJavaScriptEnabledVals(val value: Int) {
bjeNotPresent(0),
bjeTrue(1),
bjeFalse(2);
}
Default Value
0
Remarks
This field contains a value representing the ability of the cardholder's browser to execute JavaScript.
Possible values are as follows:
bjeNotPresent (0) | Not Present |
bjeTrue (1) | True |
bjeFalse (2) | False |