QuickBooks Integrator 2020 macOS Edition

Questions / Feedback?

AccountType Property

The type of account.

Syntax

public var accountType: AccountTypeTypes {
get {...}
set {...} }

public enum AccountAccountTypes: 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

The type of account. You must set this property (to something other than atUnspecified) before adding an account to QuickBooks.

Note that you may not create accounts of type atNonPosting through the SDK.

The following values are permitted:

atUnspecified0
atAccountsPayable1
atAccountsReceivable2
atBank3
atCostOfGoodsSold4
atCreditCard5
atEquity6
atExpense7
atFixedAsset8
atIncome9
atLongTermLiability10
atOtherAsset11
atOtherCurrentAsset12
atOtherCurrentLiability13
atOtherExpense14
atOtherIncome15
atNonPosting16

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