QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

isActive (property)

Whether or not entity is active.

Syntax

@property (nonatomic,readwrite,assign,getter=isActive,setter=setIsActive:) BOOL isActive;
- (BOOL)isActive;
- (void)setIsActive:(BOOL)newIsActive;
public var isActive: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

This property indicates whether this object is currently enabled for use by QuickBooks.

This property is allowed in Add operations, and the QBXMLVersion must be set to "3.0" or higher for this to be used in Update operations.

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