QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

city Property

The city.

Syntax

def get_city() -> str: ...
def set_city(value: str) -> None: ...

city = property(get_city, set_city)

Default Value

""

Remarks

The city in the address.

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