public final enum

AccountSubtypeEnum

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.quickbooks.windows.schema.AccountSubtypeEnum

Class Overview

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>
 

Summary

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
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AccountSubtypeEnum fromValue(String v)
String value()
static AccountSubtypeEnum valueOf(String name)
final static AccountSubtypeEnum[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AccountSubtypeEnum ACCOUNTS_PAYABLE

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.

public static final 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. Most companies have only one A/R account.

public static final AccountSubtypeEnum BANK

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.

public static final AccountSubtypeEnum COST_OF_GOODS_SOLD

Product: ALL Description: The cost of goods and materials held in inventory and then sold.

public static final AccountSubtypeEnum CREDIT_CARD

Product: ALL Description: Credit card purchases, bills, and payments.

public static final AccountSubtypeEnum EQUITY

Product: ALL Description: Owner's equity, including capital investment, drawings, and retained earnings.

public static final AccountSubtypeEnum EXPENSE

Product: ALL Description: Money that's leaving your company.

public static final 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.

public static final AccountSubtypeEnum INCOME

Product: ALL Description: The main source of money coming into your company.

public static final AccountSubtypeEnum LONG_TERM_LIABILITY

Product: ALL Description: Liabilities such as loans or mortgages scheduled to be paid over periods longer than one year.

public static final AccountSubtypeEnum NON_POSTING

Product: ALL Description: QuickBooks sets up nonposting accounts for purchase orders and estimates if you turn on those features.

public static final AccountSubtypeEnum OTHER_ASSET

Product: ALL Description: Any asset that is neither a current asset nor a fixed asset, such as long-term notes receivable.

public static final 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.

public static final 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.

public static final AccountSubtypeEnum OTHER_EXPENSE

Product: ALL Description: Money spent on something other than normal business operations, such as corporate taxes.

public static final AccountSubtypeEnum OTHER_INCOME

Product: ALL Description: Money received for something other than normal business operations, such as interest income.

Fields

private final String value

Public Methods

public static AccountSubtypeEnum fromValue (String v)

Parameters
v

public String value ()

public static AccountSubtypeEnum valueOf (String name)

Parameters
name

public static final AccountSubtypeEnum[] values ()