IPWorks EDI 2020 Python Edition

Questions / Feedback?

client_password Property

The client's password.

Syntax

def get_client_password() -> str: ...
def set_client_password(value: str) -> None: ...

client_password = property(get_client_password, set_client_password)

Default Value

""

Remarks

The password assigned to the client in the bilateral agreement. This property must be a string of no more than 8 characters long.

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