QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ein Property

The EIN of the company.

Syntax

def get_ein() -> str: ...

ein = property(get_ein, None)

Default Value

""

Remarks

The EIN (Employer Identification Number) of the company.

To retrieve this property, you must set qbxml_version to "2.0" or greater.

This property is read-only.

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