
com.connectifier.xeroclient.models.CurrencyRateUsage 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="currencyRateUsage">
* <xs:restriction base="xs:string">
* <xs:enumeration value="DAILY"/>
* <xs:enumeration value="SINGLE"/>
* </xs:restriction>
* </xs:simpleType>
*
*/
public enum CurrencyRateUsage {
/**
* Daily Rate
*/
DAILY, /**
* Single Use Rate
*/
SINGLE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy