Uses of Enum
com.xero.models.accounting.LineItem.TaxabilityEnum
Packages that use LineItem.TaxabilityEnum
-
Uses of LineItem.TaxabilityEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return LineItem.TaxabilityEnumModifier and TypeMethodDescriptionstatic LineItem.TaxabilityEnumfromValueLineItem.getTaxability()The type of taxabilitystatic LineItem.TaxabilityEnumReturns the enum constant of this type with the specified name.static LineItem.TaxabilityEnum[]LineItem.TaxabilityEnum.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 LineItem.TaxabilityEnumModifier and TypeMethodDescriptionvoidLineItem.setTaxability(LineItem.TaxabilityEnum taxability) The type of taxabilityLineItem.taxability(LineItem.TaxabilityEnum taxability) The type of taxability