QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

state Property

The state.

Syntax

def get_state() -> str: ...
def set_state(value: str) -> None: ...

state = property(get_state, set_state)

Default Value

""

Remarks

The state in the address.

In the Employee class State must be a valid two-letter abbreviation for a U.S. state.

For Canadian editions of QuickBooks, State represents the province instead.

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