Skip to main content

ZoneTaxCodeSortField

Available fields for sorting zone tax code search results.

Defines the sortable fields for zone-specific tax code configurations, enabling organized retrieval of geographic tax rule data for compliance and reporting purposes.

enum ZoneTaxCodeSortField {
ID
TAX_CODE
ZONE
LAST_MODIFIED_AT
CREATED_AT
}

Values

ZoneTaxCodeSortField.ID

Sort by zone tax code record identifier.

Orders results by the unique identifier of each zone tax code record for consistent data organization and reference.

ZoneTaxCodeSortField.TAX_CODE

Sort by tax classification code alphabetically.

Orders results by the tax code value, useful for grouping similar tax treatments and regulatory compliance organization.

ZoneTaxCodeSortField.ZONE

Sort by geographic zone code alphabetically.

Orders results by the geographic zone identifier, enabling location-based organization and regional tax rule management.

ZoneTaxCodeSortField.LAST_MODIFIED_AT

Sort by last modification timestamp.

Orders results by when each zone tax code was last updated, useful for tracking recent changes and data synchronization.

ZoneTaxCodeSortField.CREATED_AT

Sort by creation timestamp.

Orders results by when each zone tax code was initially created, useful for historical tracking and audit trails.

Member Of

ZoneTaxCodeSortInput input