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

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


package com.connectifier.xeroclient.models;

import java.util.List;

/** 
 * Expense Claim Status
 * 
 * Schema fragment(s) for this class:
 * 
 * <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="expenseClaimStatus">
 *   <xs:restriction base="xs:string">
 *     <xs:enumeration value="SUBMITTED"/>
 *     <xs:enumeration value="AUTHORISED"/>
 *     <xs:enumeration value="DELETED"/>
 *     <xs:enumeration value="VOIDED"/>
 *   </xs:restriction>
 * </xs:simpleType>
 * 
*/ public enum ExpenseClaimStatus { /** * Submitted */ SUBMITTED, AUTHORISED, DELETED, VOIDED }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy