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

com.connectifier.xeroclient.models.OrganisationRole 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="organisationRole">
 *   <xs:restriction base="xs:string">
 *     <xs:enumeration value="FINANCIALADVISER"/>
 *     <xs:enumeration value="STANDARD"/>
 *     <xs:enumeration value="INVOICEONLY"/>
 *     <xs:enumeration value="READONLY"/>
 *     <xs:enumeration value="UNKNOWN"/>
 *     <xs:enumeration value="MANAGEDCLIENT"/>
 *   </xs:restriction>
 * </xs:simpleType>
 * 
*/ public enum OrganisationRole { /** * Financial Advisor */ FINANCIALADVISER, /** * Standard */ STANDARD, /** * Invoice Only */ INVOICEONLY, /** * Read Only */ READONLY, /** * Unknown Role */ UNKNOWN, /** * Managed Client Role */ MANAGEDCLIENT }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy