Netsutie PHP Toolkit
AccountType.php
Go to the documentation of this file.
1 <?php
8 class AccountType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _accountsPayable = "_accountsPayable";
23 
30  const _accountsReceivable = "_accountsReceivable";
31 
38  const _bank = "_bank";
39 
46  const _costOfGoodsSold = "_costOfGoodsSold";
47 
54  const _creditCard = "_creditCard";
55 
62  const _deferredExpense = "_deferredExpense";
63 
70  const _deferredRevenue = "_deferredRevenue";
71 
78  const _equity = "_equity";
79 
86  const _expense = "_expense";
87 
94  const _fixedAsset = "_fixedAsset";
95 
102  const _income = "_income";
103 
110  const _longTermLiability = "_longTermLiability";
111 
118  const _nonPosting = "_nonPosting";
119 
126  const _otherAsset = "_otherAsset";
127 
134  const _otherCurrentAsset = "_otherCurrentAsset";
135 
142  const _otherCurrentLiability = "_otherCurrentLiability";
143 
150  const _otherExpense = "_otherExpense";
151 
158  const _otherIncome = "_otherIncome";
159 
166  const _statistical = "_statistical";
167 
174  const _unbilledReceivable = "_unbilledReceivable";
175 
176 }
const _expense
Definition: AccountType.php:86
const _accountsPayable
Definition: AccountType.php:22
const _creditCard
Definition: AccountType.php:54
const _otherExpense
const _equity
Definition: AccountType.php:78
const _otherAsset
const _longTermLiability
const _unbilledReceivable
const _nonPosting
const _fixedAsset
Definition: AccountType.php:94
const _otherCurrentLiability
const _deferredExpense
Definition: AccountType.php:62
const _costOfGoodsSold
Definition: AccountType.php:46
static $paramtypesmap
Definition: AccountType.php:12
const _otherCurrentAsset
const _otherIncome
const _deferredRevenue
Definition: AccountType.php:70
const _accountsReceivable
Definition: AccountType.php:30
const _statistical