chargeType
Contains information about the different types of charges, helping classify and manage how charges are processed in the system.
Columns
| Name | Type | References | Description |
| applytocustomer | Boolean | Indicates whether the charge is applied to customer charges. | |
| applytoproject | Boolean | Indicates whether the charge is applied to project charges. | |
| externalid | String | A unique external identifier for referencing the charge type in external systems. | |
| isinactive | Boolean | Indicates whether the charge type is currently inactive. | |
| name | String | The name of the charge type. | |
| scriptid | String | The unique identifier for the script associated with the charge type. |