IPWorks EDI 2020 Python Edition

Questions / Feedback?

edi_data Property

This property contains the EDI payload of the transmission.

Syntax

def get_edi_data() -> bytes: ...
def set_edi_data(value: bytes) -> None: ...

edi_data = property(get_edi_data, set_edi_data)

Default Value

""

Remarks

This property contains the EDI payload of the transmission.

In a receiver, this property will only be populated if incoming_directory and edi_output_stream have not been specified and on_parse_request finishes without an error, setting scan_result to 0. If so, Data will contain the full decrypted text of the EDI message.

The EDI message to send.

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