E-Payment Integrator 2020 Python Edition

Questions / Feedback?

documentation_type Property

A code that indicates the type of documentation that supports all Checks records in the file.

Syntax

def get_documentation_type() -> str: ...
def set_documentation_type(value: str) -> None: ...

documentation_type = property(get_documentation_type, set_documentation_type)

Default Value

""

Remarks

This property is part of the Cash Letter record (type 10) and Check detail record (type 25), and may be any of the values listed below:

ANo image provided, paper provided separately.
BNo image provided, paper provided separately, image upon request.
CImage provided separately, no paper provided.
DImage provided separately, no paper provided, image upon request.
EImage and paper provided separately.
FImage and paper provided separately, image upon request.
GImage included, no paper provided.
HImage included, no paper provided, image upon request.
IImage included, paper provided separately.
JImage included, paper provided separately, image upon request.
KNo image provided, no paper provided.
LNo image provided, no paper provided, image upon request.
MNo image provided, Electronic Check provided separately.

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