QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

SSN (property)

The SSN of the company.

Syntax

@property (nonatomic,readonly,assign,getter=SSN) NSString* SSN;
- (NSString*)SSN;
public var SSN: String {
  get {...}
}

Default Value

""

Remarks

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

To retrieve this property, you must set QBXMLVersion to "2.1" or greater.

This property is read-only.

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