E-Payment Integrator 2020 Python Edition

Questions / Feedback?

cycle_number Property

Denotes the cycle under which the file is created.

Syntax

def get_cycle_number() -> str: ...
def set_cycle_number(value: str) -> None: ...

cycle_number = property(get_cycle_number, set_cycle_number)

Default Value

""

Remarks

This code is assigned by the institution that creates the file. This property is part of the Bundle Header record (type 20) and Image View Data record (type 52).

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