/n software 3-D Secure V2 Python Edition

Questions / Feedback?

extension_count Property

The number of records in the Extension arrays.

Syntax

def get_extension_count() -> int: ...
def set_extension_count(value: int) -> None: ...

extension_count = property(get_extension_count, set_extension_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

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

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