IPWorks EDI 2020 Python Edition

Questions / Feedback?

request_mdn Property

Preference to receive MDNs from trading partner.

Syntax

def get_request_mdn() -> bool: ...
def set_request_mdn(value: bool) -> None: ...

request_mdn = property(get_request_mdn, set_request_mdn)

Default Value

FALSE

Remarks

RequireMDN is used to store your preference of receiving MDNs for the messages you send to your trading partner.

After invoking load_profile, the RequireMDN will contain your preference of receiving MDNs, alternatively RequireMDN 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]