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

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


package com.connectifier.xeroclient.models;

import java.util.List;

/** 
 * Account Status
 * 
 * Schema fragment(s) for this class:
 * 
 * <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="accountStatus">
 *   <xs:restriction base="xs:string">
 *     <xs:enumeration value="ACTIVE"/>
 *     <xs:enumeration value="ARCHIVED"/>
 *     <xs:enumeration value="DELETED"/>
 *     <xs:enumeration value="PENDING"/>
 *   </xs:restriction>
 * </xs:simpleType>
 * 
*/ public enum AccountStatus { /** * Active */ ACTIVE, /** * Archived */ ARCHIVED, /** * Deleted */ DELETED, /** * Pending */ PENDING }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy