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

com.connectifier.xeroclient.models.OrganisationStatusCode 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="organisationStatusCode">
 *   <xs:restriction base="xs:string">
 *     <xs:enumeration value="ACTIVE"/>
 *     <xs:enumeration value="SUSPENDED"/>
 *     <xs:enumeration value="DELETED"/>
 *   </xs:restriction>
 * </xs:simpleType>
 * 
*/ public enum OrganisationStatusCode { ACTIVE, SUSPENDED, DELETED }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy