IPWorks EDI 2020 Python Edition

Questions / Feedback?

option_sign Property

Preference to sign outgoing data.

Syntax

def get_option_sign() -> bool: ...
def set_option_sign(value: bool) -> None: ...

option_sign = property(get_option_sign, set_option_sign)

Default Value

FALSE

Remarks

OptionSign is used to store your preference of signing the data sent to your trading partner.

After invoking load_profile, the OptionSign will contain your signing preference for your trading partner, alternatively OptionSign 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]