Uses of Class
com.storedobject.core.TaxRegion
Packages that use TaxRegion
-
Uses of TaxRegion in com.storedobject.accounts
Methods in com.storedobject.accounts that return TaxRegionModifier and TypeMethodDescriptionAccountEntity.getTaxRegion()Retrieves the tax region associated with this account entity.Methods in com.storedobject.accounts with parameters of type TaxRegionModifier and TypeMethodDescriptionvoidAccountEntity.setTaxRegion(TaxRegion region) Sets the tax region associated with this account entity. -
Uses of TaxRegion in com.storedobject.core
Methods in com.storedobject.core that return TaxRegionModifier and TypeMethodDescriptionstatic TaxRegionRetrieves a TaxRegion instance based on the provided name.TaxDefinition.getCustomerTaxRegion()static TaxRegionTaxRegion.getDefault()Retrieves the default TaxRegion instance.static TaxRegionRetrieves a TaxRegion object for the given identifier.Tax.getRegion()Retrieves the region information of the associated tax type.TaxType.getRegion()Retrieves the tax region associated with this tax type.TaxCode.getTaxRegion()Retrieves the TaxRegion associated with the current instance.Methods in com.storedobject.core that return types with arguments of type TaxRegionModifier and TypeMethodDescriptionstatic ObjectIterator<TaxRegion> Retrieves a list of TaxRegion objects filtered by the specified name.Methods in com.storedobject.core with parameters of type TaxRegionModifier and TypeMethodDescriptionInventoryItemType.getPurchaseTaxCategory(TaxRegion supplierTaxRegion, SystemEntity organization, Date date) Get the purchase tax category of this item for the given supplier tax region.InventoryItemType.getSaleTaxCategory(TaxRegion customerTaxRegion, SystemEntity organization, Date date) Get the sale tax category of this item for the given customer tax region.static ObjectIterator<TaxType> TaxDefinition.listTypes(InventoryItemType itemType, SystemEntity organization, TaxRegion customerTaxRegion, Date date) Retrieves an iterator of tax types applicable to a given inventory item type and tax region of the customer at a specific date.voidTaxDefinition.setCustomerTaxRegion(TaxRegion customerTaxRegion) voidSets the tax region for the current TaxType instance.voidTaxCode.setTaxRegion(TaxRegion taxRegion) Sets the tax region by assigning the corresponding region ID.