E-Payment Integrator 2020 Python Edition

Questions / Feedback?

customer_fax Property

Customer's fax number.

Syntax

def get_customer_fax() -> str: ...
def set_customer_fax(value: str) -> None: ...

customer_fax = property(get_customer_fax, set_customer_fax)

Default Value

""

Remarks

Customer's fax number. This optional property contains the customer's fax number.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]