Uses of Class
com.xero.models.accounting.TaxRate.ReportTaxTypeEnum
-
Packages that use TaxRate.ReportTaxTypeEnum Package Description com.xero.models.accounting -
-
Uses of TaxRate.ReportTaxTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRate.ReportTaxTypeEnum Modifier and Type Method Description static TaxRate.ReportTaxTypeEnumTaxRate.ReportTaxTypeEnum. fromValue(String value)fromValueTaxRate.ReportTaxTypeEnumTaxRate. getReportTaxType()See ReportTaxTypesstatic TaxRate.ReportTaxTypeEnumTaxRate.ReportTaxTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxRate.ReportTaxTypeEnum[]TaxRate.ReportTaxTypeEnum. 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.ReportTaxTypeEnum Modifier and Type Method Description TaxRateTaxRate. reportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType)See ReportTaxTypesvoidTaxRate. setReportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType)See ReportTaxTypes
-