chargerule
Stores rules governing how charges are applied, including conditions for discounts, taxes, and charge modifications.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the charge record. | |
| chargeruletype | String | The type of charge rule applied, such as fixed or percentage. | |
| description | String | A brief description of the charge or rule. | |
| externalid | String | A unique external identifier for referencing the charge record in external systems. | |
| isinactive | Boolean | Indicates whether the charge rule is currently inactive. | |
| name | String | The name of the charge or charge rule. |