QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

eligible_for_1099 Property

Whether vendor is eligible for 1099 tracking.

Syntax

def get_eligible_for_1099() -> bool: ...
def set_eligible_for_1099(value: bool) -> None: ...

eligible_for_1099 = property(get_eligible_for_1099, set_eligible_for_1099)

Default Value

FALSE

Remarks

If true, this vendor is eligible for 1099 tracking. If you do not file 1099 MISC forms, EligibleFor1099 should be left false.

If EligibleFor1099 is set to true, then address and tax_identity must be specified when adding a record to QuickBooks.

If qbxml_version is set to a Canadian version of QuickBooks; e.g., "CA2.0", this property will correspond to T4A tracking instead.

This property is not used in Update operations.

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