QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

accountType (property)

Search by the type of QuickBooks account.

Syntax

@property (nonatomic,readwrite,assign,getter=accountType,setter=setAccountType:) int accountType;
- (int)accountType;
- (void)setAccountType:(int)newAccountType;

/* Possible Values */
AT_UNSPECIFIED(0),
AT_ACCOUNTS_PAYABLE(1),
AT_ACCOUNTS_RECEIVABLE(2),
AT_BANK(3),
AT_COST_OF_GOODS_SOLD(4),
AT_CREDIT_CARD(5),
AT_EQUITY(6),
AT_EXPENSE(7),
AT_FIXED_ASSET(8),
AT_INCOME(9),
AT_LONG_TERM_LIABILITY(10),
AT_OTHER_ASSET(11),
AT_OTHER_CURRENT_ASSET(12),
AT_OTHER_CURRENT_LIABILITY(13),
AT_OTHER_EXPENSE(14),
AT_OTHER_INCOME(15),
AT_NON_POSTING(16)
public var accountType: ObjsearchAccountTypes {
  get {...}
set {...} }
public enum ObjsearchAccountTypes : Int32 { case atUnspecified = 0 case atAccountsPayable = 1 case atAccountsReceivable = 2 case atBank = 3 case atCostOfGoodsSold = 4 case atCreditCard = 5 case atEquity = 6 case atExpense = 7 case atFixedAsset = 8 case atIncome = 9 case atLongTermLiability = 10 case atOtherAsset = 11 case atOtherCurrentAsset = 12 case atOtherCurrentLiability = 13 case atOtherExpense = 14 case atOtherIncome = 15 case atNonPosting = 16 }

Default Value

0

Remarks

Search by the type of QuickBooks account.

Only applicable to account queries.

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