QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

lineId (property)

Identification number of the transaction line group, used for Updates.

Syntax

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

Default Value

""

Remarks

If you need to add a new transaction line group in a transaction Update request, you can do so by setting the LineId to -1.

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