IPWorks EDI 2020 Python Edition

Questions / Feedback?

option_compress Property

Preference to compress outgoing data.

Syntax

def get_option_compress() -> bool: ...
def set_option_compress(value: bool) -> None: ...

option_compress = property(get_option_compress, set_option_compress)

Default Value

FALSE

Remarks

OptionCompress is used to store your preference of compressing the data sent to your trading partner.

After invoking load_profile, the OptionCompress will contain your compression preference for your trading partner, alternatively OptionCompress may be set and saved by invoking save_profile.

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