This table contains the language-dependent descriptions of the Charge Type.
Column Descriptions
| Column Name
| Column Type
| Description |
| CHARGETYPE_ID
| INTEGER NOT NULL
| The ID of the Charge Type for which this description belongs.
|
| LANGUAGE_ID
| INTEGER NOT NULL
| The ID of the Language of the description. For a list of language components, see the LANGUAGE table.
|
| DESCRIPTION
| VARCHAR(254) NOT NULL
| Description of the Charge type in the language specified by LANGUAGE_ID.
|
| OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|