Uses of Enum
com.xero.models.accounting.TaxRate.StatusEnum
Packages that use TaxRate.StatusEnum
-
Uses of TaxRate.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRate.StatusEnumModifier and TypeMethodDescriptionstatic TaxRate.StatusEnumfromValueTaxRate.getStatus()See Status Codesstatic TaxRate.StatusEnumReturns the enum constant of this type with the specified name.static TaxRate.StatusEnum[]TaxRate.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type TaxRate.StatusEnumModifier and TypeMethodDescriptionvoidTaxRate.setStatus(TaxRate.StatusEnum status) See Status CodesTaxRate.status(TaxRate.StatusEnum status) See Status Codes