/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_user_agent Property

The User-Agent provided by the cardholder's browser.

Syntax

def get_browser_user_agent() -> str: ...
def set_browser_user_agent(value: str) -> None: ...

browser_user_agent = property(get_browser_user_agent, set_browser_user_agent)

Default Value

""

Remarks

This field contains the exact content of the HTTP User-Agent header.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]