/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_device_category Property

Indicates the type of cardholder device.

Syntax

def get_browser_device_category() -> str: ...
def set_browser_device_category(value: str) -> None: ...

browser_device_category = property(get_browser_device_category, set_browser_device_category)

Default Value

""

Remarks

This field indicates the type of cardholder device.

0PC (HTML)
1Mobile Internet device (WML)

If no value is provided, 0 is implied.

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