QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QBResponseAggregate (property)

The last QBXML response aggregate received from QuickBooks.

Syntax

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

Default Value

""

Remarks

The last QBXML response aggregate received from QuickBooks. This property is set whenever a response is received from QuickBooks.

This property may also be set to a response aggregate. When set to a QBXML aggregate, such as a response from ObjSearch or QBWCServer the class will parse the response as if it had been received directly from QuickBooks and the applicable properties will be updated.

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