Uses of Enum
com.xero.models.accounting.Organisation.SalesTaxPeriodEnum
Packages that use Organisation.SalesTaxPeriodEnum
-
Uses of Organisation.SalesTaxPeriodEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.SalesTaxPeriodEnumModifier and TypeMethodDescriptionfromValueOrganisation.getSalesTaxPeriod()The frequency with which tax returns are processed.Returns the enum constant of this type with the specified name.static Organisation.SalesTaxPeriodEnum[]Organisation.SalesTaxPeriodEnum.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 Organisation.SalesTaxPeriodEnumModifier and TypeMethodDescriptionOrganisation.salesTaxPeriod(Organisation.SalesTaxPeriodEnum salesTaxPeriod) The frequency with which tax returns are processed.voidOrganisation.setSalesTaxPeriod(Organisation.SalesTaxPeriodEnum salesTaxPeriod) The frequency with which tax returns are processed.