JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum
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
TaxType
TaxType.
fromValue
(
String
value)
fromValue
static
TaxType
TaxType.
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.