QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

other (property)

Pre-defined QuickBooks Custom Field.

Syntax

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

Default Value

""

Remarks

The Other property is a transaction-level field, like the FOB field, PO Number field, and so forth. This property appears only once for the transaction: you can write to it and modify it. 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]