public final enum

QboAccountDetailTypeEnum

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

Class Overview

Java class for QboAccountDetailTypeEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="QboAccountDetailTypeEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="AccountsPayable"/>
     <enumeration value="AccountsReceivable"/>
     <enumeration value="AccumulatedAdjustment"/>
     <enumeration value="AccumulatedAmortization"/>
     <enumeration value="AccumulatedAmortizationOfOtherAssets"/>
     <enumeration value="AccumulatedDepletion"/>
     <enumeration value="AccumulatedDepreciation"/>
     <enumeration value="AdvertisingPromotional"/>
     <enumeration value="AllowanceForBadDebts"/>
     <enumeration value="Amortization"/>
     <enumeration value="Auto"/>
     <enumeration value="BadDebts"/>
     <enumeration value="BankCharges"/>
     <enumeration value="Buildings"/>
     <enumeration value="CashOnHand"/>
     <enumeration value="CharitableContributions"/>
     <enumeration value="Checking"/>
     <enumeration value="CommonStock"/>
     <enumeration value="CostOfLabor"/>
     <enumeration value="CostOfLaborCos"/>
     <enumeration value="CreditCard"/>
     <enumeration value="DepletableAssets"/>
     <enumeration value="Depreciation"/>
     <enumeration value="DevelopmentCosts"/>
     <enumeration value="DirectDepositPayable"/>
     <enumeration value="DiscountsRefundsGiven"/>
     <enumeration value="DividendIncome"/>
     <enumeration value="DuesSubscriptions"/>
     <enumeration value="EmployeeCashAdvances"/>
     <enumeration value="Entertainment"/>
     <enumeration value="EntertainmentMeals"/>
     <enumeration value="EquipmentRental"/>
     <enumeration value="EquipmentRentalCos"/>
     <enumeration value="FederalIncomeTaxPayable"/>
     <enumeration value="FurnitureAndFixtures"/>
     <enumeration value="Goodwill"/>
     <enumeration value="Insurance"/>
     <enumeration value="InsurancePayable"/>
     <enumeration value="IntangibleAssets"/>
     <enumeration value="InterestEarned"/>
     <enumeration value="InterestPaid"/>
     <enumeration value="Inventory"/>
     <enumeration value="Investment_MortgageRealEstateLoans"/>
     <enumeration value="Investment_Other"/>
     <enumeration value="Investment_TaxExemptSecurities"/>
     <enumeration value="Investment_USGovernmentObligations"/>
     <enumeration value="Land"/>
     <enumeration value="LeaseBuyout"/>
     <enumeration value="LeaseholdImprovements"/>
     <enumeration value="LegalProfessionalFees"/>
     <enumeration value="Licenses"/>
     <enumeration value="LineOfCredit"/>
     <enumeration value="LoanPayable"/>
     <enumeration value="LoansToOfficers"/>
     <enumeration value="LoansToOthers"/>
     <enumeration value="LoansToStockholders"/>
     <enumeration value="MachineryAndEquipment"/>
     <enumeration value="MoneyMarket"/>
     <enumeration value="NonProfitIncome"/>
     <enumeration value="NotesPayable"/>
     <enumeration value="OfficeGeneralAdministrativeExpenses"/>
     <enumeration value="OpeningBalanceEquity"/>
     <enumeration value="OrganizationalCosts"/>
     <enumeration value="OtherCostsOfServiceCos"/>
     <enumeration value="OtherCurrentAssets"/>
     <enumeration value="OtherCurrentLiabilities"/>
     <enumeration value="OtherFixedAssets"/>
     <enumeration value="OtherInvestmentIncome"/>
     <enumeration value="OtherLongTermAssets"/>
     <enumeration value="OtherLongTermLiabilities"/>
     <enumeration value="OtherMiscellaneousExpense"/>
     <enumeration value="OtherMiscellaneousIncome"/>
     <enumeration value="OtherMiscellaneousServiceCost"/>
     <enumeration value="OtherPrimaryIncome"/>
     <enumeration value="OwnersEquity"/>
     <enumeration value="PaidInCapitalOrSurplus"/>
     <enumeration value="PartnerContributions"/>
     <enumeration value="PartnerDistributions"/>
     <enumeration value="PartnersEquity"/>
     <enumeration value="PayrollClearing"/>
     <enumeration value="PayrollExpenses"/>
     <enumeration value="PayrollTaxPayable"/>
     <enumeration value="PenaltiesSettlements"/>
     <enumeration value="PreferredStock"/>
     <enumeration value="PrepaidExpenses"/>
     <enumeration value="PrepaidExpensesPayable"/>
     <enumeration value="PromotionalMeals"/>
     <enumeration value="RentOrLeaseOfBuildings"/>
     <enumeration value="RentsHeldInTrust"/>
     <enumeration value="RentsInTrustLiability"/>
     <enumeration value="RepairMaintenance"/>
     <enumeration value="Retainage"/>
     <enumeration value="RetainedEarnings"/>
     <enumeration value="SalesOfProductIncome"/>
     <enumeration value="SalesTaxPayable"/>
     <enumeration value="Savings"/>
     <enumeration value="SecurityDeposits"/>
     <enumeration value="ServiceFeeIncome"/>
     <enumeration value="ShareholderNotesPayable"/>
     <enumeration value="ShippingFreightDelivery"/>
     <enumeration value="ShippingFreightDeliveryCos"/>
     <enumeration value="StateLocalIncomeTaxPayable"/>
     <enumeration value="SuppliesMaterials"/>
     <enumeration value="SuppliesMaterialsCogs"/>
     <enumeration value="TaxesPaid"/>
     <enumeration value="TaxExemptInterest"/>
     <enumeration value="Travel"/>
     <enumeration value="TravelMeals"/>
     <enumeration value="TreasuryStock"/>
     <enumeration value="TrustAccounts"/>
     <enumeration value="TrustAccountsLiabilities"/>
     <enumeration value="UndepositedFunds"/>
     <enumeration value="Utilities"/>
     <enumeration value="Vehicles"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
QboAccountDetailTypeEnum  ACCOUNTS_PAYABLE  Product: QBO Description: Accounts Payable (also called A/P) tracks amounts you owe to your vendors and suppliers. 
QboAccountDetailTypeEnum  ACCOUNTS_RECEIVABLE  Product: QBO Description: Accounts Receivable (also called A/R) tracks money that customers owe businesses for products or services, and payments customers make. 
QboAccountDetailTypeEnum  ACCUMULATED_ADJUSTMENT  Product: QBO Description: Corporations use this account to track adjustments to owner's equity that are not attributable to net income. 
QboAccountDetailTypeEnum  ACCUMULATED_AMORTIZATION  Product: QBO Description: Use Accumulated Amortization to track how much you amortize intangible assets. 
QboAccountDetailTypeEnum  ACCUMULATED_AMORTIZATION_OF_OTHER_ASSETS  Product: QBO Description: Use Accumulated Amortization of Other Assets to track how much you've amortized an asset whose type is Other Asset. 
QboAccountDetailTypeEnum  ACCUMULATED_DEPLETION  Product: QBO Description: Use Accumulated Depletion to track how much you deplete a natural resource. 
QboAccountDetailTypeEnum  ACCUMULATED_DEPRECIATION  Product: QBO Description: Use Accumulated Depreciation to track how much you depreciate a fixed asset (a physical asset you do not expect to convert to cash during one year of normal operations). 
QboAccountDetailTypeEnum  ADVERTISING_PROMOTIONAL  Product: QBO Description: Use Advertising/Promotional to track money spent promoting your company. 
QboAccountDetailTypeEnum  ALLOWANCE_FOR_BAD_DEBTS  Product: QBO Description: Use Allowance for Bad Debts to estimate the portion of Accounts receivable you think you might not collect. 
QboAccountDetailTypeEnum  AMORTIZATION  Product: QBO Description: Use Amortization to track amortization of intangible assets. 
QboAccountDetailTypeEnum  AUTO  Product: QBO Description: Use Auto to track costs associated with vehicles. 
QboAccountDetailTypeEnum  BAD_DEBTS  Product: QBO Description: Use Bad Debt to track debt you have written off. 
QboAccountDetailTypeEnum  BANK_CHARGES  Product: QBO Description: Use Bank Charges for any fees you pay to financial institutions. 
QboAccountDetailTypeEnum  BUILDINGS  Product: QBO Description: Use Buildings to track the cost of structures you own and use for your business. 
QboAccountDetailTypeEnum  CASH_ON_HAND  Product: QBO Description: Use a Cash on Hand account to track cash your company keeps for occasional expenses, also called petty cash. 
QboAccountDetailTypeEnum  CHARITABLE_CONTRIBUTIONS  Product: QBO Description: Use Charitable Contributions to track gifts to charity. 
QboAccountDetailTypeEnum  CHECKING  Product: QBO Description: Use Checking Accounts to track all checking activity, including debit card transactions. 
QboAccountDetailTypeEnum  COMMON_STOCK  Product: QBO Description: Corporations use this account to track shares of its common stock in the hands of shareholders. 
QboAccountDetailTypeEnum  COST_OF_LABOR  Product: QBO Description: Use Cost of Labor to track the cost of paying employees to produce products or supply services. 
QboAccountDetailTypeEnum  COST_OF_LABOR_COS  Product: QBO Description: Use Cost of Labor to track the cost of paying employees to produce products or supply services. 
QboAccountDetailTypeEnum  CREDIT_CARD  Product: QBO Description: Credit Card accounts track the balance due on your business credit cards. 
QboAccountDetailTypeEnum  DEPLETABLE_ASSETS  Product: QBO Description: Use Depletable Assets to track natural resources, such as timberlands, oil wells, and mineral deposits. 
QboAccountDetailTypeEnum  DEPRECIATION  Product: QBO Description: Use Depreciation to track how much you depreciate fixed assets. 
QboAccountDetailTypeEnum  DEVELOPMENT_COSTS  Product: QBO Description: Use Development Costs to track amounts you deposit or set aside to arrange for financing, such as an SBA loan, or for deposits in anticipation of the purchase of property or other assets. 
QboAccountDetailTypeEnum  DIRECT_DEPOSIT_PAYABLE  Product: QBO Description: Use Direct Deposit Payable to keep track of net pay that you intend to pay employees and contractors through direct deposit. 
QboAccountDetailTypeEnum  DISCOUNTS_REFUNDS_GIVEN  Product: QBO Description: Use Discounts/Refunds Given to track discounts you give to customers. 
QboAccountDetailTypeEnum  DIVIDEND_INCOME  Product: QBO Description: Use Dividend Income to track taxable dividends from investments. 
QboAccountDetailTypeEnum  DUES_SUBSCRIPTIONS  Product: QBO Description: Use Dues and Subscriptions to track dues and subscriptions related to running your business. 
QboAccountDetailTypeEnum  EMPLOYEE_CASH_ADVANCES  Product: QBO Description: Use Employee Cash Advances to track employee wages and salary you issue to an employee early, or other non-salary money given to employees. 
QboAccountDetailTypeEnum  ENTERTAINMENT  Product: QBO Description: Use Entertainment to track events to entertain employees. 
QboAccountDetailTypeEnum  ENTERTAINMENT_MEALS  Product: QBO Description: Use Entertainment Meals to track how much you spend on dining with your employees to promote morale. 
QboAccountDetailTypeEnum  EQUIPMENT_RENTAL  Product: QBO Description: Use Equipment Rental to track the cost of renting equipment to produce products or services. 
QboAccountDetailTypeEnum  EQUIPMENT_RENTAL_COS  Product: QBO Description: Use Equipment Rental to track the cost of renting equipment to produce products or services. 
QboAccountDetailTypeEnum  FEDERAL_INCOME_TAX_PAYABLE  Product: QBO Description: Use Federal Income Tax Payable if your business is a corporation, S corporation, or limited partnership keeping records on the accrual basis. 
QboAccountDetailTypeEnum  FURNITURE_AND_FIXTURES  Product: QBO Description: Use Furniture and Fixtures to track any furniture and fixtures your business owns and uses, like a dental chair or sales booth. 
QboAccountDetailTypeEnum  GOODWILL  Product: QBO Description: Use Goodwill only if you have acquired another company. 
QboAccountDetailTypeEnum  INSURANCE  Product: QBO Description: Use Insurance to track insurance payments. 
QboAccountDetailTypeEnum  INSURANCE_PAYABLE  Product: QBO Description: Use Insurance Payable to keep track of insurance amounts due. 
QboAccountDetailTypeEnum  INTANGIBLE_ASSETS  Product: QBO Description: Use Intangible Assets to track intangibles that you plan to amortize. 
QboAccountDetailTypeEnum  INTEREST_EARNED  Product: QBO Description: Use Interest Earned to track interest from bank or savings accounts, investments, or interest payments to you on loans your business made. 
QboAccountDetailTypeEnum  INTEREST_PAID  Product: QBO Description: Use Interest Paid for all types of interest you pay, including mortgage interest, finance charges on credit cards, or interest on loans. 
QboAccountDetailTypeEnum  INVENTORY  Product: QBO Description: Use Inventory to track the cost of goods your business purchases for resale. 
QboAccountDetailTypeEnum  INVESTMENT_MORTGAGE_REAL_ESTATE_LOANS  Product: QBO Description: Use Investments - Mortgage/Real Estate Loans to show the balances of any mortgage or real estate loans your business has made or purchased. 
QboAccountDetailTypeEnum  INVESTMENT_OTHER  Product: QBO Description: Use Investments - Other to track the value of investments not covered by other investment account types. 
QboAccountDetailTypeEnum  INVESTMENT_TAX_EXEMPT_SECURITIES  Product: QBO Description: Use Investments - Tax-Exempt Securities for investments in state and local bonds, or mutual funds that invest in state and local bonds. 
QboAccountDetailTypeEnum  INVESTMENT_US_GOVERNMENT_OBLIGATIONS  Product: QBO Description: Use Investments - U.S. 
QboAccountDetailTypeEnum  LAND  Product: QBO Description: Use Land for land or property you don't depreciate. 
QboAccountDetailTypeEnum  LEASEHOLD_IMPROVEMENTS  Product: QBO Description: Use Leasehold Improvements to track improvements to a leased asset that increases the asset's value. 
QboAccountDetailTypeEnum  LEASE_BUYOUT  Product: QBO Description: Use Lease Buyout to track lease payments to be applied toward the purchase of a leased asset. 
QboAccountDetailTypeEnum  LEGAL_PROFESSIONAL_FEES  Product: QBO Description: Use Legal and Professional Fees to track money to pay to professionals to help you run your business. 
QboAccountDetailTypeEnum  LICENSES  Product: QBO Description: Use Licenses to track non-professional licenses for permission to engage in an activity, like selling alcohol or radio broadcasting. 
QboAccountDetailTypeEnum  LINE_OF_CREDIT  Product: QBO Description: Use Line of Credit to track the balance due on any lines of credit your business has. 
QboAccountDetailTypeEnum  LOANS_TO_OFFICERS  Product: QBO Description: If you operate your business as a Corporation or S Corporation, use Loans to Officers to track money loaned to officers of your business. 
QboAccountDetailTypeEnum  LOANS_TO_OTHERS  Product: QBO Description: Use Loans to Others to track money your business loans to other people or businesses. 
QboAccountDetailTypeEnum  LOANS_TO_STOCKHOLDERS  Product: QBO Description: If you operate your business as a Corporation or S Corporation, use Loans to Stockholders to track money your business loans to its stockholders. 
QboAccountDetailTypeEnum  LOAN_PAYABLE  Product: QBO Description: Use Loan Payable to track loans your business owes which are payable within the next twelve months. 
QboAccountDetailTypeEnum  MACHINERY_AND_EQUIPMENT  Product: QBO Description: Use Machinery and equipment to track computer hardware, as well as any other non-furniture fixtures or devices owned and used for your business. 
QboAccountDetailTypeEnum  MONEY_MARKET  Product: QBO Description: Use Money Market to track amounts in money market accounts. 
QboAccountDetailTypeEnum  NON_PROFIT_INCOME  Product: QBO Description: Use Non-Profit Income to track money coming in if you are a non-profit organization. 
QboAccountDetailTypeEnum  NOTES_PAYABLE  Product: QBO Description: Use Notes Payable to track the amounts your business owes in long-term (over twelve months) loans. 
QboAccountDetailTypeEnum  OFFICE_GENERAL_ADMINISTRATIVE_EXPENSES  Product: QBO Description: Use Office/General Administrative Expenses to track all types of general or office-related expenses. 
QboAccountDetailTypeEnum  OPENING_BALANCE_EQUITY  Product: QBO Description: QBO creates this account the first time you enter an opening balance for a balance sheet account. 
QboAccountDetailTypeEnum  ORGANIZATIONAL_COSTS  Product: QBO Description: Use Organizational Costs to track costs incurred when forming a partnership or corporation. 
QboAccountDetailTypeEnum  OTHER_COSTS_OF_SERVICE_COS  Product: QBO Description: Use Other Costs of Service to track costs related to services you provide that don't fall into another Cost of Goods Sold type. 
QboAccountDetailTypeEnum  OTHER_CURRENT_ASSETS  Product: QBO Description: Use Other Current Assets for current assets not covered by the other types. 
QboAccountDetailTypeEnum  OTHER_CURRENT_LIABILITIES  Product: QBO Description: Use Other Current Liabilities to track liabilities due within the next twelve months that do not fit the Other current liability account types. 
QboAccountDetailTypeEnum  OTHER_FIXED_ASSETS  Product: QBO Description: Use Other Fixed Asset for fixed assets that are not covered by other asset types. 
QboAccountDetailTypeEnum  OTHER_INVESTMENT_INCOME  Product: QBO Description: Use Other Investment Income to track other types of investment income that isn't from dividends or interest. 
QboAccountDetailTypeEnum  OTHER_LONG_TERM_ASSETS  Product: QBO Description: Use Other Long-Term Assets to track assets not covered by other types. 
QboAccountDetailTypeEnum  OTHER_LONG_TERM_LIABILITIES  Product: QBO Description: Use Other Long Term Liabilities to track liabilities due in more than twelve months that don't fit the other Long-term liability account types. 
QboAccountDetailTypeEnum  OTHER_MISCELLANEOUS_EXPENSE  Product: QBO Description: Use Other Miscellaneous Expense to track unusual or infrequent expenses that don't fall into another Other Expense type. 
QboAccountDetailTypeEnum  OTHER_MISCELLANEOUS_INCOME  Product: QBO Description: Use Other Miscellaneous Income to track income that isn't from normal business operations, and doesn't fall into another Other Income type. 
QboAccountDetailTypeEnum  OTHER_MISCELLANEOUS_SERVICE_COST  Product: QBO Description: Use Other Miscellaneous Service Cost to track costs related to providing services that don't fall into another Expense type. 
QboAccountDetailTypeEnum  OTHER_PRIMARY_INCOME  Product: QBO Description: Use Other Primary Income to track income from normal business operations that doesn't fall into another Income type. 
QboAccountDetailTypeEnum  OWNERS_EQUITY  Product: QBO Description: S corporations use Owner's Equity to show the cumulative net income or loss of their business as of the beginning of the fiscal year. 
QboAccountDetailTypeEnum  PAID_IN_CAPITAL_OR_SURPLUS  Product: QBO Description: Corporations use Paid-In Capital to track amounts received from shareholders in exchange for stock that are over and above the stock's stated (or par) value. 
QboAccountDetailTypeEnum  PARTNERS_EQUITY  Product: QBO Description: Partnerships use Partner's Equity to show the income remaining in the partnership for each partner as of the end of the prior year. 
QboAccountDetailTypeEnum  PARTNER_CONTRIBUTIONS  Product: QBO Description: Partnerships use Partner Contributions to track amounts partners contribute to the partnership during the year. 
QboAccountDetailTypeEnum  PARTNER_DISTRIBUTIONS  Product: QBO Description: Partnerships use Partner Distributions to track amounts distributed by the partnership to its partners during the year. 
QboAccountDetailTypeEnum  PAYROLL_CLEARING  Product: QBO Description: Use Payroll Clearing to keep track of any non-tax amounts that you have deducted from employee paychecks or that you owe as a result of doing payroll. 
QboAccountDetailTypeEnum  PAYROLL_EXPENSES  Product: QBO Description: Use Payroll Expenses to track payroll expenses. 
QboAccountDetailTypeEnum  PAYROLL_TAX_PAYABLE  Product: QBO Description: Use Payroll Tax Payable to keep track of tax amounts that you owe to Federal, State, and Local government agencies as a result of paying wages and taxes you have withheld from employee paychecks. 
QboAccountDetailTypeEnum  PENALTIES_SETTLEMENTS  Product: QBO Description: Use Penalties and Settlements to track money you pay for violating laws or regulations, settling lawsuits, or other penalties. 
QboAccountDetailTypeEnum  PREFERRED_STOCK  Product: QBO Description: Corporations use this account to track shares of its preferred stock in the hands of shareholders. 
QboAccountDetailTypeEnum  PREPAID_EXPENSES  Product: QBO Description: Use Prepaid Expenses to track payments for expenses that you won't recognize until your next accounting period. 
QboAccountDetailTypeEnum  PREPAID_EXPENSES_PAYABLE  Product: QBO Description: Use Prepaid Expenses Payable to track items such as property taxes that are due, but not yet deductible as an expense because the period they cover has not yet passed. 
QboAccountDetailTypeEnum  PROMOTIONAL_MEALS  Product: QBO Description: Use Promotional Meals to track how much you spend dining with a customer to promote your business. 
QboAccountDetailTypeEnum  RENTS_HELD_IN_TRUST  Product: QBO Description: Use Rents Held in Trust to track deposits and rent held on behalf of the property owners. 
QboAccountDetailTypeEnum  RENTS_IN_TRUST_LIABILITY  Product: QBO Description: Use Rents In Trust - Liability to offset the Rents in Trust amount in assets. 
QboAccountDetailTypeEnum  RENT_OR_LEASE_OF_BUILDINGS  Product: QBO Description: Use Rent or Lease of Buildings to track rent payments you make. 
QboAccountDetailTypeEnum  REPAIR_MAINTENANCE  Product: QBO Description: Use Repair and Maintenance to track any repairs and periodic maintenance fees. 
QboAccountDetailTypeEnum  RETAINAGE  Product: QBO Description: Use Retainage if your customers regularly hold back a portion of a contract amount until you have completed a project. 
QboAccountDetailTypeEnum  RETAINED_EARNINGS  Product: QBO Description: QBO adds this account when you create your company. 
QboAccountDetailTypeEnum  SALES_OF_PRODUCT_INCOME  Product: QBO Description: Use Sales of Product Income to track income from selling products. 
QboAccountDetailTypeEnum  SALES_TAX_PAYABLE  Product: QBO Description: Use Sales Tax Payable to track sales tax you have collected, but not yet remitted to the government agency. 
QboAccountDetailTypeEnum  SAVINGS  Product: QBO Description: Use Savings Accounts to track savings and CD activity. 
QboAccountDetailTypeEnum  SECURITY_DEPOSITS  Product: QBO Description: Use Security Deposits to track funds you've paid to cover any potential costs incurred by damage, loss, or theft. 
QboAccountDetailTypeEnum  SERVICE_FEE_INCOME  Product: QBO Description: Use Service/Fee Income to track income from services you perform or ordinary usage fees you charge. 
QboAccountDetailTypeEnum  SHAREHOLDER_NOTES_PAYABLE  Product: QBO Description: Use Shareholder Notes Payable to track long-term loan balances your business owes its shareholders. 
QboAccountDetailTypeEnum  SHIPPING_FREIGHT_DELIVERY  Product: QBO Description: Use Shipping, Freight and Delivery to track the cost of shipping products to customers or distributors. 
QboAccountDetailTypeEnum  SHIPPING_FREIGHT_DELIVERY_COS  Product: QBO Description: Use Shipping, Freight and Delivery to track the cost of shipping products to customers or distributors. 
QboAccountDetailTypeEnum  STATE_LOCAL_INCOME_TAX_PAYABLE  Product: QBO Description: Use State/Local Income Tax Payable if your business is a corporation, S corporation, or limited partnership keeping records on the accrual basis. 
QboAccountDetailTypeEnum  SUPPLIES_MATERIALS  Product: QBO Description: Use Supplies and Materials to track the cost of raw goods and parts used or consumed when producing a product or providing a service. 
QboAccountDetailTypeEnum  SUPPLIES_MATERIALS_COGS  Product: QBO Description: Use Supplies and Materials to track the cost of raw goods and parts used or consumed when producing a product or providing a service. 
QboAccountDetailTypeEnum  TAXES_PAID  Product: QBO Description: Use Taxes Paid to track taxes you pay. 
QboAccountDetailTypeEnum  TAX_EXEMPT_INTEREST  Product: QBO Description: Use Tax-Exempt Interest to record interest that isn't taxable, such as interest on money in tax-exempt retirement accounts, or interest from tax-exempt bonds. 
QboAccountDetailTypeEnum  TRAVEL  Product: QBO Description: Use Travel to track travel costs. 
QboAccountDetailTypeEnum  TRAVEL_MEALS  Product: QBO Description: Use Travel Meals to track how much you spend on food while traveling. 
QboAccountDetailTypeEnum  TREASURY_STOCK  Product: QBO Description: Corporations use Treasury Stock to track amounts paid by the corporation to buy its own stock back from shareholders. 
QboAccountDetailTypeEnum  TRUST_ACCOUNTS  Product: QBO Description: Use Trust Accounts for money held by you for the benefit of someone else. 
QboAccountDetailTypeEnum  TRUST_ACCOUNTS_LIABILITIES  Product: QBO Description: Use Trust Accounts - Liabilities to offset Trust Accounts in assets. 
QboAccountDetailTypeEnum  UNDEPOSITED_FUNDS  Product: QBO Description: Use Undeposited Funds for cash or checks from sales that haven't been deposited yet. 
QboAccountDetailTypeEnum  UTILITIES  Product: QBO Description: Use Utilities to track utility payments. 
QboAccountDetailTypeEnum  VEHICLES  Product: QBO Description: Use Vehicles to track the value of vehicles your business owns and uses for business. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static QboAccountDetailTypeEnum fromValue(String v)
String value()
static QboAccountDetailTypeEnum valueOf(String name)
final static QboAccountDetailTypeEnum[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final QboAccountDetailTypeEnum ACCOUNTS_PAYABLE

Product: QBO Description: Accounts Payable (also called A/P) tracks amounts you owe to your vendors and suppliers. QBO automatically creates one Accounts Payable account for you. Most businesses need only one.

public static final QboAccountDetailTypeEnum ACCOUNTS_RECEIVABLE

Product: QBO Description: Accounts Receivable (also called A/R) tracks money that customers owe businesses for products or services, and payments customers make. QBO automatically creates one Accounts Receivable account for you. Most businesses need only one. Each customer has a register, which functions like an A/R account.

public static final QboAccountDetailTypeEnum ACCUMULATED_ADJUSTMENT

Product: QBO Description: Corporations use this account to track adjustments to owner's equity that are not attributable to net income.

public static final QboAccountDetailTypeEnum ACCUMULATED_AMORTIZATION

Product: QBO Description: Use Accumulated Amortization to track how much you amortize intangible assets.

public static final QboAccountDetailTypeEnum ACCUMULATED_AMORTIZATION_OF_OTHER_ASSETS

Product: QBO Description: Use Accumulated Amortization of Other Assets to track how much you've amortized an asset whose type is Other Asset.

public static final QboAccountDetailTypeEnum ACCUMULATED_DEPLETION

Product: QBO Description: Use Accumulated Depletion to track how much you deplete a natural resource.

public static final QboAccountDetailTypeEnum ACCUMULATED_DEPRECIATION

Product: QBO Description: Use Accumulated Depreciation to track how much you depreciate a fixed asset (a physical asset you do not expect to convert to cash during one year of normal operations).

public static final QboAccountDetailTypeEnum ADVERTISING_PROMOTIONAL

Product: QBO Description: Use Advertising/Promotional to track money spent promoting your company. You may want different accounts of this type to track different promotional efforts (Yellow Pages, newspaper, radio, flyers, events, and so on). If the promotion effort is a meal, use Promotional Meals, instead.

public static final QboAccountDetailTypeEnum ALLOWANCE_FOR_BAD_DEBTS

Product: QBO Description: Use Allowance for Bad Debts to estimate the portion of Accounts receivable you think you might not collect. Use this only if you are keeping your books on the accrual basis.

public static final QboAccountDetailTypeEnum AMORTIZATION

Product: QBO Description: Use Amortization to track amortization of intangible assets.

public static final QboAccountDetailTypeEnum AUTO

Product: QBO Description: Use Auto to track costs associated with vehicles. You may want different accounts of this type to track gasoline, repairs, and maintenance. If your business owns a car or truck, you may want to track its value as a Fixed Asset, in addition to tracking its expenses.

public static final QboAccountDetailTypeEnum BAD_DEBTS

Product: QBO Description: Use Bad Debt to track debt you have written off.

public static final QboAccountDetailTypeEnum BANK_CHARGES

Product: QBO Description: Use Bank Charges for any fees you pay to financial institutions.

public static final QboAccountDetailTypeEnum BUILDINGS

Product: QBO Description: Use Buildings to track the cost of structures you own and use for your business. If you have a business in your home, consult your accountant or IRS Publication 587. Use a Land account for the land portion of any real property you own, splitting the cost of the property between land and building in a logical method. One often-used method is to mimic the land-to-building ratio on the property tax statement.

public static final QboAccountDetailTypeEnum CASH_ON_HAND

Product: QBO Description: Use a Cash on Hand account to track cash your company keeps for occasional expenses, also called petty cash. To track cash from sales that have not been deposited yet, use a pre-created account called Undeposited funds, instead.

public static final QboAccountDetailTypeEnum CHARITABLE_CONTRIBUTIONS

Product: QBO Description: Use Charitable Contributions to track gifts to charity.

public static final QboAccountDetailTypeEnum CHECKING

Product: QBO Description: Use Checking Accounts to track all checking activity, including debit card transactions.

public static final QboAccountDetailTypeEnum COMMON_STOCK

Product: QBO Description: Corporations use this account to track shares of its common stock in the hands of shareholders. The amount in this account should be the stated (or par) value of the stock.

public static final QboAccountDetailTypeEnum COST_OF_LABOR

Product: QBO Description: Use Cost of Labor to track the cost of paying employees to produce products or supply services. It includes all employment costs, including food and transportation, if applicable.

public static final QboAccountDetailTypeEnum COST_OF_LABOR_COS

Product: QBO Description: Use Cost of Labor to track the cost of paying employees to produce products or supply services. It includes all employment costs, including food and transportation, if applicable.

public static final QboAccountDetailTypeEnum CREDIT_CARD

Product: QBO Description: Credit Card accounts track the balance due on your business credit cards.

public static final QboAccountDetailTypeEnum DEPLETABLE_ASSETS

Product: QBO Description: Use Depletable Assets to track natural resources, such as timberlands, oil wells, and mineral deposits.

public static final QboAccountDetailTypeEnum DEPRECIATION

Product: QBO Description: Use Depreciation to track how much you depreciate fixed assets.

public static final QboAccountDetailTypeEnum DEVELOPMENT_COSTS

Product: QBO Description: Use Development Costs to track amounts you deposit or set aside to arrange for financing, such as an SBA loan, or for deposits in anticipation of the purchase of property or other assets. When the deposit is refunded, or the purchase takes place, remove the amount from this account.

public static final QboAccountDetailTypeEnum DIRECT_DEPOSIT_PAYABLE

Product: QBO Description: Use Direct Deposit Payable to keep track of net pay that you intend to pay employees and contractors through direct deposit.

public static final QboAccountDetailTypeEnum DISCOUNTS_REFUNDS_GIVEN

Product: QBO Description: Use Discounts/Refunds Given to track discounts you give to customers. This account typically has a negative balance so it offsets other income. For discounts from vendors, use an expense account, instead.

public static final QboAccountDetailTypeEnum DIVIDEND_INCOME

Product: QBO Description: Use Dividend Income to track taxable dividends from investments.

public static final QboAccountDetailTypeEnum DUES_SUBSCRIPTIONS

Product: QBO Description: Use Dues and Subscriptions to track dues and subscriptions related to running your business. You may want different accounts of this type for professional dues, fees for licenses that can't be transferred, magazines, newspapers, industry publications, or service subscriptions.

public static final QboAccountDetailTypeEnum EMPLOYEE_CASH_ADVANCES

Product: QBO Description: Use Employee Cash Advances to track employee wages and salary you issue to an employee early, or other non-salary money given to employees. If you make a loan to an employee, use the Other current asset account type called Loans to others, instead.

public static final QboAccountDetailTypeEnum ENTERTAINMENT

Product: QBO Description: Use Entertainment to track events to entertain employees. If the event is a meal, use Entertainment Meals, instead.

public static final QboAccountDetailTypeEnum ENTERTAINMENT_MEALS

Product: QBO Description: Use Entertainment Meals to track how much you spend on dining with your employees to promote morale. If you dine with a customer to promote your business, use a Promotional Meals account, instead. Be sure to include who you ate with and the purpose of the meal when you enter the transaction.

public static final QboAccountDetailTypeEnum EQUIPMENT_RENTAL

Product: QBO Description: Use Equipment Rental to track the cost of renting equipment to produce products or services.

public static final QboAccountDetailTypeEnum EQUIPMENT_RENTAL_COS

Product: QBO Description: Use Equipment Rental to track the cost of renting equipment to produce products or services. If you purchase equipment, use a Fixed Asset account type called Machinery and Equipment.

public static final QboAccountDetailTypeEnum FEDERAL_INCOME_TAX_PAYABLE

Product: QBO Description: Use Federal Income Tax Payable if your business is a corporation, S corporation, or limited partnership keeping records on the accrual basis. This account tracks income tax liabilities in the year the income is earned.

public static final QboAccountDetailTypeEnum FURNITURE_AND_FIXTURES

Product: QBO Description: Use Furniture and Fixtures to track any furniture and fixtures your business owns and uses, like a dental chair or sales booth.

public static final QboAccountDetailTypeEnum GOODWILL

Product: QBO Description: Use Goodwill only if you have acquired another company. It represents the intangible assets of the acquired company which gave it an advantage, such as favorable government relations, business name, outstanding credit ratings, location, superior management, customer lists, product quality, or good labor relations.

public static final QboAccountDetailTypeEnum INSURANCE

Product: QBO Description: Use Insurance to track insurance payments. You may want different accounts of this type for different types of insurance (auto, general liability, and so on).

public static final QboAccountDetailTypeEnum INSURANCE_PAYABLE

Product: QBO Description: Use Insurance Payable to keep track of insurance amounts due. This account is most useful for businesses with monthly recurring insurance expenses such as Worker's Compensation.

public static final QboAccountDetailTypeEnum INTANGIBLE_ASSETS

Product: QBO Description: Use Intangible Assets to track intangibles that you plan to amortize. Examples include franchises, copyrights, and patents.

public static final QboAccountDetailTypeEnum INTEREST_EARNED

Product: QBO Description: Use Interest Earned to track interest from bank or savings accounts, investments, or interest payments to you on loans your business made.

public static final QboAccountDetailTypeEnum INTEREST_PAID

Product: QBO Description: Use Interest Paid for all types of interest you pay, including mortgage interest, finance charges on credit cards, or interest on loans.

public static final QboAccountDetailTypeEnum INVENTORY

Product: QBO Description: Use Inventory to track the cost of goods your business purchases for resale. When the goods are sold, assign the sale to a Cost of goods sold account.

public static final QboAccountDetailTypeEnum INVESTMENT_MORTGAGE_REAL_ESTATE_LOANS

Product: QBO Description: Use Investments - Mortgage/Real Estate Loans to show the balances of any mortgage or real estate loans your business has made or purchased.

public static final QboAccountDetailTypeEnum INVESTMENT_OTHER

Product: QBO Description: Use Investments - Other to track the value of investments not covered by other investment account types. Examples include publicly-traded stocks, coins, or gold.

public static final QboAccountDetailTypeEnum INVESTMENT_TAX_EXEMPT_SECURITIES

Product: QBO Description: Use Investments - Tax-Exempt Securities for investments in state and local bonds, or mutual funds that invest in state and local bonds.

public static final QboAccountDetailTypeEnum INVESTMENT_US_GOVERNMENT_OBLIGATIONS

Product: QBO Description: Use Investments - U.S. Government Obligations for bonds issued by the U.S. government.

public static final QboAccountDetailTypeEnum LAND

Product: QBO Description: Use Land for land or property you don't depreciate. If land and building were acquired together, split the cost between the two in a logical way. One common method is to use the land-to-building ratio on the property tax statement. For land you use as a natural resource, use a Depletable Assets account, instead.

public static final QboAccountDetailTypeEnum LEASEHOLD_IMPROVEMENTS

Product: QBO Description: Use Leasehold Improvements to track improvements to a leased asset that increases the asset's value. For example, if you carpet a leased office space and are not reimbursed, that's a leasehold improvement.

public static final QboAccountDetailTypeEnum LEASE_BUYOUT

Product: QBO Description: Use Lease Buyout to track lease payments to be applied toward the purchase of a leased asset.

public static final QboAccountDetailTypeEnum LEGAL_PROFESSIONAL_FEES

Product: QBO Description: Use Legal and Professional Fees to track money to pay to professionals to help you run your business. You may want different accounts of this type for payments to your accountant, lawyer, or other consultants.

public static final QboAccountDetailTypeEnum LICENSES

Product: QBO Description: Use Licenses to track non-professional licenses for permission to engage in an activity, like selling alcohol or radio broadcasting.

public static final QboAccountDetailTypeEnum LINE_OF_CREDIT

Product: QBO Description: Use Line of Credit to track the balance due on any lines of credit your business has. Each line of credit your business has should have its own Line of Credit account.

public static final QboAccountDetailTypeEnum LOANS_TO_OFFICERS

Product: QBO Description: If you operate your business as a Corporation or S Corporation, use Loans to Officers to track money loaned to officers of your business.

public static final QboAccountDetailTypeEnum LOANS_TO_OTHERS

Product: QBO Description: Use Loans to Others to track money your business loans to other people or businesses. This type of account is also referred to as Notes Receivable.

public static final QboAccountDetailTypeEnum LOANS_TO_STOCKHOLDERS

Product: QBO Description: If you operate your business as a Corporation or S Corporation, use Loans to Stockholders to track money your business loans to its stockholders.

public static final QboAccountDetailTypeEnum LOAN_PAYABLE

Product: QBO Description: Use Loan Payable to track loans your business owes which are payable within the next twelve months. For longer-term loans, use the Long-term liability called Notes Payable, instead.

public static final QboAccountDetailTypeEnum MACHINERY_AND_EQUIPMENT

Product: QBO Description: Use Machinery and equipment to track computer hardware, as well as any other non-furniture fixtures or devices owned and used for your business. This includes equipment that you ride, like tractors and lawn mowers. Cars and trucks, however, should be tracked with Vehicle Accounts, instead.

public static final QboAccountDetailTypeEnum MONEY_MARKET

Product: QBO Description: Use Money Market to track amounts in money market accounts.

public static final QboAccountDetailTypeEnum NON_PROFIT_INCOME

Product: QBO Description: Use Non-Profit Income to track money coming in if you are a non-profit organization.

public static final QboAccountDetailTypeEnum NOTES_PAYABLE

Product: QBO Description: Use Notes Payable to track the amounts your business owes in long-term (over twelve months) loans. For shorter loans, use the Other current liability account type called Loan Payable, instead.

public static final QboAccountDetailTypeEnum OFFICE_GENERAL_ADMINISTRATIVE_EXPENSES

Product: QBO Description: Use Office/General Administrative Expenses to track all types of general or office-related expenses.

public static final QboAccountDetailTypeEnum OPENING_BALANCE_EQUITY

Product: QBO Description: QBO creates this account the first time you enter an opening balance for a balance sheet account. As you enter opening balances, QBO records the amounts in Opening Balance Equity.

public static final QboAccountDetailTypeEnum ORGANIZATIONAL_COSTS

Product: QBO Description: Use Organizational Costs to track costs incurred when forming a partnership or corporation. The costs include the legal and accounting costs necessary to organize the company, facilitate the filings of the legal documents, and other paperwork.

public static final QboAccountDetailTypeEnum OTHER_COSTS_OF_SERVICE_COS

Product: QBO Description: Use Other Costs of Service to track costs related to services you provide that don't fall into another Cost of Goods Sold type.

public static final QboAccountDetailTypeEnum OTHER_CURRENT_ASSETS

Product: QBO Description: Use Other Current Assets for current assets not covered by the other types. Current assets are likely to be converted to cash or used up in a year.

public static final QboAccountDetailTypeEnum OTHER_CURRENT_LIABILITIES

Product: QBO Description: Use Other Current Liabilities to track liabilities due within the next twelve months that do not fit the Other current liability account types.

public static final QboAccountDetailTypeEnum OTHER_FIXED_ASSETS

Product: QBO Description: Use Other Fixed Asset for fixed assets that are not covered by other asset types. Fixed assets are physical property you use in your business and do not expect to convert to cash or be used up during one year of normal operations.

public static final QboAccountDetailTypeEnum OTHER_INVESTMENT_INCOME

Product: QBO Description: Use Other Investment Income to track other types of investment income that isn't from dividends or interest.

public static final QboAccountDetailTypeEnum OTHER_LONG_TERM_ASSETS

Product: QBO Description: Use Other Long-Term Assets to track assets not covered by other types. Long term assets are expected to provide value for more than one year.

public static final QboAccountDetailTypeEnum OTHER_LONG_TERM_LIABILITIES

Product: QBO Description: Use Other Long Term Liabilities to track liabilities due in more than twelve months that don't fit the other Long-term liability account types.

public static final QboAccountDetailTypeEnum OTHER_MISCELLANEOUS_EXPENSE

Product: QBO Description: Use Other Miscellaneous Expense to track unusual or infrequent expenses that don't fall into another Other Expense type.

public static final QboAccountDetailTypeEnum OTHER_MISCELLANEOUS_INCOME

Product: QBO Description: Use Other Miscellaneous Income to track income that isn't from normal business operations, and doesn't fall into another Other Income type.

public static final QboAccountDetailTypeEnum OTHER_MISCELLANEOUS_SERVICE_COST

Product: QBO Description: Use Other Miscellaneous Service Cost to track costs related to providing services that don't fall into another Expense type.

public static final QboAccountDetailTypeEnum OTHER_PRIMARY_INCOME

Product: QBO Description: Use Other Primary Income to track income from normal business operations that doesn't fall into another Income type.

public static final QboAccountDetailTypeEnum OWNERS_EQUITY

Product: QBO Description: S corporations use Owner's Equity to show the cumulative net income or loss of their business as of the beginning of the fiscal year.

public static final QboAccountDetailTypeEnum PAID_IN_CAPITAL_OR_SURPLUS

Product: QBO Description: Corporations use Paid-In Capital to track amounts received from shareholders in exchange for stock that are over and above the stock's stated (or par) value.

public static final QboAccountDetailTypeEnum PARTNERS_EQUITY

Product: QBO Description: Partnerships use Partner's Equity to show the income remaining in the partnership for each partner as of the end of the prior year.

public static final QboAccountDetailTypeEnum PARTNER_CONTRIBUTIONS

Product: QBO Description: Partnerships use Partner Contributions to track amounts partners contribute to the partnership during the year.

public static final QboAccountDetailTypeEnum PARTNER_DISTRIBUTIONS

Product: QBO Description: Partnerships use Partner Distributions to track amounts distributed by the partnership to its partners during the year.

public static final QboAccountDetailTypeEnum PAYROLL_CLEARING

Product: QBO Description: Use Payroll Clearing to keep track of any non-tax amounts that you have deducted from employee paychecks or that you owe as a result of doing payroll. When you forward money to the appropriate vendors, deduct the amount from the balance of this account.

public static final QboAccountDetailTypeEnum PAYROLL_EXPENSES

Product: QBO Description: Use Payroll Expenses to track payroll expenses.

public static final QboAccountDetailTypeEnum PAYROLL_TAX_PAYABLE

Product: QBO Description: Use Payroll Tax Payable to keep track of tax amounts that you owe to Federal, State, and Local government agencies as a result of paying wages and taxes you have withheld from employee paychecks. When you forward the money to the government agency, deduct the amount from the balance of this account.

public static final QboAccountDetailTypeEnum PENALTIES_SETTLEMENTS

Product: QBO Description: Use Penalties and Settlements to track money you pay for violating laws or regulations, settling lawsuits, or other penalties.

public static final QboAccountDetailTypeEnum PREFERRED_STOCK

Product: QBO Description: Corporations use this account to track shares of its preferred stock in the hands of shareholders. The amount in this account should be the stated (or par) value of the stock.

public static final QboAccountDetailTypeEnum PREPAID_EXPENSES

Product: QBO Description: Use Prepaid Expenses to track payments for expenses that you won't recognize until your next accounting period. When you recognize the expense, make a journal entry to transfer money from this account to the expense account.

public static final QboAccountDetailTypeEnum PREPAID_EXPENSES_PAYABLE

Product: QBO Description: Use Prepaid Expenses Payable to track items such as property taxes that are due, but not yet deductible as an expense because the period they cover has not yet passed.

public static final QboAccountDetailTypeEnum PROMOTIONAL_MEALS

Product: QBO Description: Use Promotional Meals to track how much you spend dining with a customer to promote your business. Be sure to include who you ate with and the purpose of the meal when you enter the transaction.

public static final QboAccountDetailTypeEnum RENTS_HELD_IN_TRUST

Product: QBO Description: Use Rents Held in Trust to track deposits and rent held on behalf of the property owners. Typically only property managers use this type of account.

public static final QboAccountDetailTypeEnum RENTS_IN_TRUST_LIABILITY

Product: QBO Description: Use Rents In Trust - Liability to offset the Rents in Trust amount in assets. Amounts in these accounts are held by your business on behalf of others. They do not belong to your business, so should not appear to be yours on your balance sheet. This "contra" account takes care of that, as long as the two balances match.

public static final QboAccountDetailTypeEnum RENT_OR_LEASE_OF_BUILDINGS

Product: QBO Description: Use Rent or Lease of Buildings to track rent payments you make.

public static final QboAccountDetailTypeEnum REPAIR_MAINTENANCE

Product: QBO Description: Use Repair and Maintenance to track any repairs and periodic maintenance fees. You may want different accounts of this type to track different types repair and maintenance expenses (auto, equipment, landscape, and so on).

public static final QboAccountDetailTypeEnum RETAINAGE

Product: QBO Description: Use Retainage if your customers regularly hold back a portion of a contract amount until you have completed a project. This type of account is often used in the construction industry, and only if you record income on an accrual basis.

public static final QboAccountDetailTypeEnum RETAINED_EARNINGS

Product: QBO Description: QBO adds this account when you create your company. Retained Earnings tracks net income from previous fiscal years. QBO automatically transfers your profit (or loss) to Retained Earnings at the end of each fiscal year.

public static final QboAccountDetailTypeEnum SALES_OF_PRODUCT_INCOME

Product: QBO Description: Use Sales of Product Income to track income from selling products. This is broadly construed to include all kinds of products, like crops and livestock, rental fees, performances, and food served.

public static final QboAccountDetailTypeEnum SALES_TAX_PAYABLE

Product: QBO Description: Use Sales Tax Payable to track sales tax you have collected, but not yet remitted to the government agency.

public static final QboAccountDetailTypeEnum SAVINGS

Product: QBO Description: Use Savings Accounts to track savings and CD activity.

public static final QboAccountDetailTypeEnum SECURITY_DEPOSITS

Product: QBO Description: Use Security Deposits to track funds you've paid to cover any potential costs incurred by damage, loss, or theft. The funds should be returned to you at the end of the contract. If you collect deposits, use an Other Current Liabilities account type.

public static final QboAccountDetailTypeEnum SERVICE_FEE_INCOME

Product: QBO Description: Use Service/Fee Income to track income from services you perform or ordinary usage fees you charge. For fees customers pay you for late payments or other uncommon situations, use an Other Income account type called Other Miscellaneous Income, instead.

public static final QboAccountDetailTypeEnum SHAREHOLDER_NOTES_PAYABLE

Product: QBO Description: Use Shareholder Notes Payable to track long-term loan balances your business owes its shareholders.

public static final QboAccountDetailTypeEnum SHIPPING_FREIGHT_DELIVERY

Product: QBO Description: Use Shipping, Freight and Delivery to track the cost of shipping products to customers or distributors.

public static final QboAccountDetailTypeEnum SHIPPING_FREIGHT_DELIVERY_COS

Product: QBO Description: Use Shipping, Freight and Delivery to track the cost of shipping products to customers or distributors.

public static final QboAccountDetailTypeEnum STATE_LOCAL_INCOME_TAX_PAYABLE

Product: QBO Description: Use State/Local Income Tax Payable if your business is a corporation, S corporation, or limited partnership keeping records on the accrual basis. This account tracks income tax liabilities in the year the income is earned.

public static final QboAccountDetailTypeEnum SUPPLIES_MATERIALS

Product: QBO Description: Use Supplies and Materials to track the cost of raw goods and parts used or consumed when producing a product or providing a service.

public static final QboAccountDetailTypeEnum SUPPLIES_MATERIALS_COGS

Product: QBO Description: Use Supplies and Materials to track the cost of raw goods and parts used or consumed when producing a product or providing a service.

public static final QboAccountDetailTypeEnum TAXES_PAID

Product: QBO Description: Use Taxes Paid to track taxes you pay. You may want different accounts of this type for payments to different tax agencies (sales tax, state tax, federal tax).

public static final QboAccountDetailTypeEnum TAX_EXEMPT_INTEREST

Product: QBO Description: Use Tax-Exempt Interest to record interest that isn't taxable, such as interest on money in tax-exempt retirement accounts, or interest from tax-exempt bonds.

public static final QboAccountDetailTypeEnum TRAVEL

Product: QBO Description: Use Travel to track travel costs. For food you eat while traveling, use Travel Meals, instead.

public static final QboAccountDetailTypeEnum TRAVEL_MEALS

Product: QBO Description: Use Travel Meals to track how much you spend on food while traveling. If you dine with a customer to promote your business, use a Promotional Meals account, instead. If you dine with your employees to promote morale, use Entertainment Meals, instead.

public static final QboAccountDetailTypeEnum TREASURY_STOCK

Product: QBO Description: Corporations use Treasury Stock to track amounts paid by the corporation to buy its own stock back from shareholders.

public static final QboAccountDetailTypeEnum TRUST_ACCOUNTS

Product: QBO Description: Use Trust Accounts for money held by you for the benefit of someone else. For example, Trust accounts are often used by attorneys to keep track of expense money their customers have given them. Often, to keep the amount in a Trust account from looking like it's yours, the amount is offset in a "contra" liability account (a Current Liability).

public static final QboAccountDetailTypeEnum TRUST_ACCOUNTS_LIABILITIES

Product: QBO Description: Use Trust Accounts - Liabilities to offset Trust Accounts in assets. Amounts in these accounts are held by your business on behalf of others. They do not belong to your business, so should not appear to be yours on your balance sheet. This "contra" account takes care of that, as long as the two balances match.

public static final QboAccountDetailTypeEnum UNDEPOSITED_FUNDS

Product: QBO Description: Use Undeposited Funds for cash or checks from sales that haven't been deposited yet.

public static final QboAccountDetailTypeEnum UTILITIES

Product: QBO Description: Use Utilities to track utility payments. You may want different accounts of this type to track different types of utility payments (gas and electric, telephone, water, and so on).

public static final QboAccountDetailTypeEnum VEHICLES

Product: QBO Description: Use Vehicles to track the value of vehicles your business owns and uses for business. This includes off-road vehicles, air planes, helicopters, and boats. If you use a vehicle for both business and personal use, consult your accountant or the IRS to see how you should track its value.

Fields

private final String value

Public Methods

public static QboAccountDetailTypeEnum fromValue (String v)

Parameters
v

public String value ()

public static QboAccountDetailTypeEnum valueOf (String name)

Parameters
name

public static final QboAccountDetailTypeEnum[] values ()