/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_range_count Property

The number of records in the CardRange arrays.

Syntax

def get_card_range_count() -> int: ...

card_range_count = property(get_card_range_count, None)

Default Value

0

Remarks

This property controls the size of the following arrays:

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

This property is read-only.

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