QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

accountId (property)

An account name to search for in a transaction.

Syntax

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

Default Value

""

Remarks

An account name to search for in a transaction. Limits the search to transactions associated with the account specified by AccountId.

Only applicable to searches for transaction objects and BillToPay queries.

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