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 NameData TypeDescription
Primary ID
idINTEGERPrimary key
Other IDs
charge_pricing_breakdown_idINTEGERReferences the parent charge pricing breakdown record this specification belongs to
currency_idINTEGERID of the currency used in the pricing specification
charge_idINTEGERReferences the related charging session
Timestamps
created_atTIMESTAMP_NTZTimestamp when the specification record was first created
updated_atTIMESTAMP_NTZTimestamp when the specification record was last modified
Attributes
typeVARCHARCategorizes the type of pricing specification (e.g., base rate, time-based charge, energy charge)
precisionINTEGERNumber of decimal places to use when calculating or displaying the price values
priceNUMBERThe actual monetary value used in pricing calculations for this specification

Data inclusion criteria

  • This table works with charge_pricing_breakdowns table, requiring that charge_pricing_breakdown_id is among in that table

Data flow

Upstream tablesDownstream tables
charge_pricing_breakdownsnone

Did this page help you?