E-Payment Integrator 2020 Python Edition

Questions / Feedback?

company_name Property

The Company Name.

Syntax

def get_company_name() -> str: ...
def set_company_name(value: str) -> None: ...

company_name = property(get_company_name, set_company_name)

Default Value

""

Remarks

This property contains the Company Name associated with the billing address.

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