E-Payment Integrator 2020 Python Edition

Questions / Feedback?

check_can_recreate_images Property

A code that indicates whether the sender has the ability to recreate the check images (from the original source) for the duration of the agreed to retention time frame.

Syntax

def get_check_can_recreate_images(check_index: int) -> bool: ...
def set_check_can_recreate_images(check_index: int, value: bool) -> None: ...

Default Value

TRUE

Remarks

A code that indicates whether the sender has the ability to recreate the check images (from the original source) for the duration of the agreed to retention time frame.

The check_index parameter specifies the index of the item in the array. The size of the array is controlled by the check_count property.

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