QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

country Property

The country.

Syntax

def get_country() -> str: ...
def set_country(value: str) -> None: ...

country = property(get_country, set_country)

Default Value

""

Remarks

The country. If not specified, assumed to be the United States.

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