public final enum

AccountType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.accounting_2010_2.types.AccountType

Class Overview

Java class for AccountType.

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

 <simpleType name="AccountType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_accountsPayable"/>
     <enumeration value="_accountsReceivable"/>
     <enumeration value="_bank"/>
     <enumeration value="_costOfGoodsSold"/>
     <enumeration value="_creditCard"/>
     <enumeration value="_deferredExpense"/>
     <enumeration value="_deferredRevenue"/>
     <enumeration value="_equity"/>
     <enumeration value="_expense"/>
     <enumeration value="_fixedAsset"/>
     <enumeration value="_income"/>
     <enumeration value="_longTermLiability"/>
     <enumeration value="_nonPosting"/>
     <enumeration value="_otherAsset"/>
     <enumeration value="_otherCurrentAsset"/>
     <enumeration value="_otherCurrentLiability"/>
     <enumeration value="_otherExpense"/>
     <enumeration value="_otherIncome"/>
     <enumeration value="_unbilledReceivable"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AccountType  ACCOUNTS_PAYABLE   
AccountType  ACCOUNTS_RECEIVABLE   
AccountType  BANK   
AccountType  COST_OF_GOODS_SOLD   
AccountType  CREDIT_CARD   
AccountType  DEFERRED_EXPENSE   
AccountType  DEFERRED_REVENUE   
AccountType  EQUITY   
AccountType  EXPENSE   
AccountType  FIXED_ASSET   
AccountType  INCOME   
AccountType  LONG_TERM_LIABILITY   
AccountType  NON_POSTING   
AccountType  OTHER_ASSET   
AccountType  OTHER_CURRENT_ASSET   
AccountType  OTHER_CURRENT_LIABILITY   
AccountType  OTHER_EXPENSE   
AccountType  OTHER_INCOME   
AccountType  UNBILLED_RECEIVABLE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AccountType fromValue(String v)
String value()
static AccountType valueOf(String name)
final static AccountType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AccountType ACCOUNTS_PAYABLE

public static final AccountType ACCOUNTS_RECEIVABLE

public static final AccountType BANK

public static final AccountType COST_OF_GOODS_SOLD

public static final AccountType CREDIT_CARD

public static final AccountType DEFERRED_EXPENSE

public static final AccountType DEFERRED_REVENUE

public static final AccountType EQUITY

public static final AccountType EXPENSE

public static final AccountType FIXED_ASSET

public static final AccountType INCOME

public static final AccountType LONG_TERM_LIABILITY

public static final AccountType NON_POSTING

public static final AccountType OTHER_ASSET

public static final AccountType OTHER_CURRENT_ASSET

public static final AccountType OTHER_CURRENT_LIABILITY

public static final AccountType OTHER_EXPENSE

public static final AccountType OTHER_INCOME

public static final AccountType UNBILLED_RECEIVABLE

Fields

private final String value

Public Methods

public static AccountType fromValue (String v)

Parameters
v

public String value ()

public static AccountType valueOf (String name)

Parameters
name

public static final AccountType[] values ()