browser
fun browser(browser: AuthenticationRetrieveResponse.Browser?): AuthenticationRetrieveResponse.Builder
Object containing data about the browser used in the e-commerce transaction. Present if the channel is 'BROWSER'.
fun browser(browser: JsonField<AuthenticationRetrieveResponse.Browser>): AuthenticationRetrieveResponse.Builder
Sets Builder.browser to an arbitrary JSON value.
You should usually call Builder.browser with a well-typed Browser value instead. This method is primarily for setting the field to an undocumented or not yet supported value.