QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

parentId (property)

Reference to parent Customer .

Syntax

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

Default Value

""

Remarks

This is a reference to a parent Customer. If Parent is set to a nonempty string, then this Customer is a sub-customer or job of its Parent.

This property is allowed in Add operations, and not used in Update operations.

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