Charge Pricing Breakdown Specifications
Table name: charge_pricing_breakdown_specifications
Contains detailed pricing specifications for charge pricing breakdowns, filtered to include only
specifications associated with partner-specific charges. This model provides granular pricing
configuration data including currency information, precision settings, and actual price values
used for billing calculations.
SQL: charge_pricing_breakdown_specifications
Schema
| Column Name | Data Type | Description |
|---|---|---|
| Primary ID | ||
| id | INTEGER | Primary key |
| Other IDs | ||
| charge_pricing_breakdown_id | INTEGER | References the parent charge pricing breakdown record this specification belongs to |
| currency_id | INTEGER | ID of the currency used in the pricing specification |
| charge_id | INTEGER | References the related charging session |
| Timestamps | ||
| created_at | TIMESTAMP_NTZ | Timestamp when the specification record was first created |
| updated_at | TIMESTAMP_NTZ | Timestamp when the specification record was last modified |
| Attributes | ||
| type | VARCHAR | Categorizes the type of pricing specification (e.g., base rate, time-based charge, energy charge) |
| precision | INTEGER | Number of decimal places to use when calculating or displaying the price values |
| price | NUMBER | The actual monetary value used in pricing calculations for this specification |
Data inclusion criteria
- This table works with
charge_pricing_breakdownstable, requiring thatcharge_pricing_breakdown_idis among in that table
Data flow
| Upstream tables | Downstream tables |
|---|---|
charge_pricing_breakdowns | none |
Updated 20 days ago
Did this page help you?
