IPWorks EDIFACT 2020 Python Edition

Questions / Feedback?

suffix Property

What to append after each segment delimiter.

Syntax

def get_suffix() -> int: ...
def set_suffix(value: int) -> None: ...

suffix = property(get_suffix, set_suffix)

Default Value

0

Remarks

If suffix is different from suffixNone, trailing (suffix) characters are appended after each segment delimiter. This is useful if you want to have a carriage return/line feed after each segment to make the document more readable.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 Python Edition - Version 20.0 [Build 8209]