QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

other1 (property)

Pre-defined QuickBooks Custom Field.

Syntax

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

Default Value

""

Remarks

Other1 and Other2 are standard QuickBooks custom fields available to transactions. You don't need to enable these in the transaction template to be able to access them via the SDK. (However, those Other1 and Other2 fields and their values are viewable and printable in QuickBooks only if the transaction template has these enabled!). QBXMLVersion 6.0 or higher is required to use this property.

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