QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

tax_identity Property

String that identifies a vendor to the IRS.

Syntax

def get_tax_identity() -> str: ...
def set_tax_identity(value: str) -> None: ...

tax_identity = property(get_tax_identity, set_tax_identity)

Default Value

""

Remarks

The Federal Employer Identification Number (EIN); a string that identifies a 1099 recipient to the IRS. This property must be specified for Add operations if eligible_for_1099 is set to true.

TaxIdentity must be in ##-####### format.

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