QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

vendorTypeId (property)

Reference to the type of vendor.

Syntax

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

Default Value

""

Remarks

VendorType refers to a type of Vendor predefined within QuickBooks. Typical vendor types, if defined, might be "Materials" or "Tax agency".

QBXMLVersion must be 3.0 or higher to use this in Update operations.

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