QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

parentName (property)

Reference to parent Customer .

Syntax

@property (nonatomic,readwrite,assign,getter=parentName,setter=setParentName:) NSString* parentName;
- (NSString*)parentName;
- (void)setParentName:(NSString*)newParentName;
public var parentName: 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]