| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.quickbooks.windows.schema.AccountSubtypeEnum | |
Java class for AccountSubtypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AccountSubtypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Bank"/>
<enumeration value="Accounts Receivable"/>
<enumeration value="Other Current Asset"/>
<enumeration value="Fixed Asset"/>
<enumeration value="Other Asset"/>
<enumeration value="Accounts Payable"/>
<enumeration value="Credit Card"/>
<enumeration value="Other Current Liability"/>
<enumeration value="Long Term Liability"/>
<enumeration value="Equity"/>
<enumeration value="Income"/>
<enumeration value="Cost of Goods Sold"/>
<enumeration value="Expense"/>
<enumeration value="Other Income"/>
<enumeration value="Other Expense"/>
<enumeration value="Non-Posting"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AccountSubtypeEnum | ACCOUNTS_PAYABLE | Product: ALL Description: Transactions related to money you owe, including bills, bill payments, and any credit you have with vendors. | |||||||||
| AccountSubtypeEnum | ACCOUNTS_RECEIVABLE | Product: ALL Description: Transactions related to the customers that owe you money, including invoices, payments, deposits of payments, refunds, credit memos, and statements. | |||||||||
| AccountSubtypeEnum | BANK | Product: ALL Description: Checking, savings, and money market accounts. | |||||||||
| AccountSubtypeEnum | COST_OF_GOODS_SOLD | Product: ALL Description: The cost of goods and materials held in inventory and then sold. | |||||||||
| AccountSubtypeEnum | CREDIT_CARD | Product: ALL Description: Credit card purchases, bills, and payments. | |||||||||
| AccountSubtypeEnum | EQUITY | Product: ALL Description: Owner's equity, including capital investment, drawings, and retained earnings. | |||||||||
| AccountSubtypeEnum | EXPENSE | Product: ALL Description: Money that's leaving your company. | |||||||||
| AccountSubtypeEnum | FIXED_ASSET | Product: ALL Description: Depreciable assets your company owns that aren't likely to be converted into cash within a year, such as equipment or furniture. | |||||||||
| AccountSubtypeEnum | INCOME | Product: ALL Description: The main source of money coming into your company. | |||||||||
| AccountSubtypeEnum | LONG_TERM_LIABILITY | Product: ALL Description: Liabilities such as loans or mortgages scheduled to be paid over periods longer than one year. | |||||||||
| AccountSubtypeEnum | NON_POSTING | Product: ALL Description: QuickBooks sets up nonposting accounts for purchase orders and estimates if you turn on those features. | |||||||||
| AccountSubtypeEnum | OTHER_ASSET | Product: ALL Description: Any asset that is neither a current asset nor a fixed asset, such as long-term notes receivable. | |||||||||
| AccountSubtypeEnum | OTHER_CURRENT_ASSET | Product: ALL Description: Assets that are likely to be converted to cash or used up within one year, such as petty cash, notes receivable due within a year, prepaid expenses, and security deposits. | |||||||||
| AccountSubtypeEnum | OTHER_CURRENT_LIABILITY | Product: ALL Description: Liabilities that are scheduled to be paid within one year, such as sales tax, payroll taxes, accrued or deferred salaries, and short-term loans. | |||||||||
| AccountSubtypeEnum | OTHER_EXPENSE | Product: ALL Description: Money spent on something other than normal business operations, such as corporate taxes. | |||||||||
| AccountSubtypeEnum | OTHER_INCOME | Product: ALL Description: Money received for something other than normal business operations, such as interest income. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Product: ALL Description: Transactions related to money you owe, including bills, bill payments, and any credit you have with vendors. See also current and long-term liability accounts.
Product: ALL Description: Transactions related to the customers that owe you money, including invoices, payments, deposits of payments, refunds, credit memos, and statements. Most companies have only one A/R account.
Product: ALL Description: Checking, savings, and money market accounts. Add one bank account for every account your company has at a bank or other financial institution. You can also use this type for petty cash.
Product: ALL Description: The cost of goods and materials held in inventory and then sold.
Product: ALL Description: Credit card purchases, bills, and payments.
Product: ALL Description: Owner's equity, including capital investment, drawings, and retained earnings.
Product: ALL Description: Money that's leaving your company.
Product: ALL Description: Depreciable assets your company owns that aren't likely to be converted into cash within a year, such as equipment or furniture.
Product: ALL Description: The main source of money coming into your company.
Product: ALL Description: Liabilities such as loans or mortgages scheduled to be paid over periods longer than one year.
Product: ALL Description: QuickBooks sets up nonposting accounts for purchase orders and estimates if you turn on those features.
Product: ALL Description: Any asset that is neither a current asset nor a fixed asset, such as long-term notes receivable.
Product: ALL Description: Assets that are likely to be converted to cash or used up within one year, such as petty cash, notes receivable due within a year, prepaid expenses, and security deposits.
Product: ALL Description: Liabilities that are scheduled to be paid within one year, such as sales tax, payroll taxes, accrued or deferred salaries, and short-term loans.
Product: ALL Description: Money spent on something other than normal business operations, such as corporate taxes.
Product: ALL Description: Money received for something other than normal business operations, such as interest income.