QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

customer_name Property

Customer's name.

Syntax

def get_customer_name() -> str: ...
def set_customer_name(value: str) -> None: ...

customer_name = property(get_customer_name, set_customer_name)

Default Value

""

Remarks

The customer's name.

In Customer objects that are sub-customers or jobs the CustomerName will be different from the FullName. The FullName may be formed by combining CustomerName with the names of all ancestors, and separating with a colon: for example, "Parent Customer:Full Customer".

FullName is also available as a special field, and may be accessed via config.

This property is required in Add operations only.

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