javascript Enabled
Indicates whether the cardholder's browser has the ability to execute JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
Alias for Builder.javascriptEnabled.
This unboxed primitive overload exists for backwards compatibility.
fun javascriptEnabled(javascriptEnabled: JsonField<Boolean>): AuthenticationRetrieveResponse.Browser.Builder
Sets Builder.javascriptEnabled to an arbitrary JSON value.
You should usually call Builder.javascriptEnabled with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.