QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

taxIdentity (property)

String that identifies a vendor to the IRS.

Syntax

@property (nonatomic,readwrite,assign,getter=taxIdentity,setter=setTaxIdentity:) NSString* taxIdentity;
- (NSString*)taxIdentity;
- (void)setTaxIdentity:(NSString*)newTaxIdentity;
public var taxIdentity: String {
  get {...}
set {...} }

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 EligibleFor1099 is set to true.

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

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