Uses of Class
com.xero.models.accounting.Organisation.SalesTaxPeriodEnum
-
Packages that use Organisation.SalesTaxPeriodEnum Package Description com.xero.models.accounting -
-
Uses of Organisation.SalesTaxPeriodEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.SalesTaxPeriodEnum Modifier and Type Method Description static Organisation.SalesTaxPeriodEnumOrganisation.SalesTaxPeriodEnum. fromValue(String value)fromValueOrganisation.SalesTaxPeriodEnumOrganisation. getSalesTaxPeriod()The frequency with which tax returns are processed.static Organisation.SalesTaxPeriodEnumOrganisation.SalesTaxPeriodEnum. valueOf(String name)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.SalesTaxPeriodEnum Modifier and Type Method Description OrganisationOrganisation. 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.
-