/n software 3-D Secure V2 Python Edition

Questions / Feedback?

device_param_count Property

The number of records in the DeviceParam arrays.

Syntax

def get_device_param_count() -> int: ...
def set_device_param_count(value: int) -> None: ...

device_param_count = property(get_device_param_count, set_device_param_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at device_param_count - 1.

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