/n software 3-D Secure V2 Python Edition

Questions / Feedback?

device_param_category Property

The category of the parameter.

Syntax

def get_device_param_category(device_param_index: int) -> int: ...
def set_device_param_category(device_param_index: int, value: int) -> None: ...

Default Value

0

Remarks

The category of the parameter. Possible values include:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

The device_param_index parameter specifies the index of the item in the array. The size of the array is controlled by the device_param_count property.

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