E-Payment Integrator 2020 Python Edition

Questions / Feedback?

special_field_count Property

The number of records in the SpecialField arrays.

Syntax

def get_special_field_count() -> int: ...
def set_special_field_count(value: int) -> None: ...

special_field_count = property(get_special_field_count, set_special_field_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

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

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]