IPWorks EDI 2020 Python Edition

Questions / Feedback?

request_mdn_synchronous Property

Preference to request for synchronous MDNs.

Syntax

def get_request_mdn_synchronous() -> bool: ...
def set_request_mdn_synchronous(value: bool) -> None: ...

request_mdn_synchronous = property(get_request_mdn_synchronous, set_request_mdn_synchronous)

Default Value

TRUE

Remarks

MDNRequestSynchronous is used to store your preference of requesting synchronous MDNs from your trading partner.

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