All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.connectifier.xeroclient.models.AccountClass Maven / Gradle / Ivy


package com.connectifier.xeroclient.models;

import java.util.List;

/** 
 * Schema fragment(s) for this class:
 * 
 * <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="accountClass">
 *   <xs:restriction base="xs:string">
 *     <xs:enumeration value="EXPENSE"/>
 *     <xs:enumeration value="ASSET"/>
 *     <xs:enumeration value="LIABILITY"/>
 *     <xs:enumeration value="REVENUE"/>
 *     <xs:enumeration value="EQUITY"/>
 *   </xs:restriction>
 * </xs:simpleType>
 * 
*/ public enum AccountClass { EXPENSE, ASSET, LIABILITY, REVENUE, EQUITY }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy