IPWorks EDI 2020 Python Edition

Questions / Feedback?

edi_type Property

The Content-Type of the EDI message.

Syntax

def get_edi_type() -> str: ...
def set_edi_type(value: str) -> None: ...

edi_type = property(get_edi_type, set_edi_type)

Default Value

""

Remarks

The Content-Type of the EDI message. Sample values might be "application/edi-x12", "application/edifact" or "application/xml".

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