QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

accountName (property)

An account name to search for in a transaction.

Syntax

@property (nonatomic,readwrite,assign,getter=accountName,setter=setAccountName:) NSString* accountName;
- (NSString*)accountName;
- (void)setAccountName:(NSString*)newAccountName;
public var accountName: 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 AccountName. For example, if searching for a CCCredit AccountName would be the full name of a credit card.

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]