QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

taxForm (property)

The tax form used by the company.

Syntax

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

Default Value

""

Remarks

The tax form used by the company. Will be one of the following values: "Form1120", "Form1120S", "Form1065", "Form990", "Form990PF", "Form990T", "Form1040", "OtherOrNone".

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]