IPWorks EDI 2020 Python Edition

Questions / Feedback?

as2_to Property

The AS2 Identifier of the receiving system.

Syntax

def get_as2_to() -> str: ...
def set_as2_to(value: str) -> None: ...

as2_to = property(get_as2_to, set_as2_to)

Default Value

""

Remarks

May be company name, DUNS number, or anything agreed on by trading partners.

Required.

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