Uses of Enum
com.xero.models.accounting.TaxRate.ReportTaxTypeEnum
Packages that use TaxRate.ReportTaxTypeEnum
-
Uses of TaxRate.ReportTaxTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return TaxRate.ReportTaxTypeEnumModifier and TypeMethodDescriptionstatic TaxRate.ReportTaxTypeEnumfromValueTaxRate.getReportTaxType()See ReportTaxTypesstatic TaxRate.ReportTaxTypeEnumReturns 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.ReportTaxTypeEnumModifier and TypeMethodDescriptionTaxRate.reportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType) See ReportTaxTypesvoidTaxRate.setReportTaxType(TaxRate.ReportTaxTypeEnum reportTaxType) See ReportTaxTypes