QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

customer_type_id Property

Reference to type of customer.

Syntax

def get_customer_type_id() -> str: ...
def set_customer_type_id(value: str) -> None: ...

customer_type_id = property(get_customer_type_id, set_customer_type_id)

Default Value

""

Remarks

CustomerType refers to a predefined customer type within QuickBooks. Typical customer types, if defined, might be "Commercial", "Residential", etc.

This property is allowed in Add operations, and not used in Update operations.

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