Each row in this table represents a TaxClassification. A TaxClassification is a group of Tax CalculationCodes.
Column Descriptions
Column Name
| Column Type
| Description
|
TXCDCLASS_ID
| INTEGER NOT NULL
| Generated unique key.
|
NAME
| VARCHAR(64)
| A name that, along with the StoreEntity, uniquely identifies this TaxClassification.
|
TXCDSCHEME_ID
| INTEGER
| The TaxCodeScheme, if any, this TaxClassification is part of.
|
DESCRIPTION
| VARCHAR(254)
| A brief description of the TaxClassification, suitable for display in a user interface that manages TaxClassifications.
|
STOREENT_ID
| INTEGER NOT NULL
| The StoreEntity this TaxClassification is part of.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|