pricebook
Stores structured price books that define different pricing levels for products and services.
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 reference and manage 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. | |
| name | String | The name associated with the record, typically used for identification and display in user interfaces or reports. | |
| subscriptionplan | String | The name or identifier of the subscription plan associated with the record, often used to track subscription services or billing cycles. |