Uses of Class
com.xero.models.accounting.TaxType
-
Packages that use TaxType Package Description com.xero.models.accounting -
-
Uses of TaxType in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxType Modifier and Type Method Description static TaxTypeTaxType. fromValue(String value)fromValuestatic TaxTypeTaxType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxType[]TaxType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-