priceplan
Tracks predefined pricing plans, used for subscription-based billing or long-term pricing strategies.
Columns
| Name | Type | References | Description |
| currency | String | The type of currency used for the transaction or record (such as USD, EUR, or GBP), specifying the denomination for monetary values. | |
| externalid | String | A unique identifier assigned to the record by an external system, used for integration and synchronization across platforms. | |
| id | Integer | A unique internal identifier assigned to the record, used to track and reference the entry within the system. | |
| internalid | Integer | A system-generated identifier that uniquely distinguishes the record within the internal system, often used for database operations. | |
| priceplantype | String | The type of pricing plan associated with the record, used to define how prices are calculated and applied, such as standard, tiered, or custom pricing. |