QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ssn Property

The SSN of the company.

Syntax

def get_ssn() -> str: ...

ssn = property(get_ssn, None)

Default Value

""

Remarks

The Social Security Number, used if no EIN has been issued by the government.

To retrieve this property, you must set qbxml_version to "2.1" 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]