Charge Pricing Breakdowns

Table name: charge_pricing_breakdowns

Contains detailed pricing breakdowns for charging sessions,
including total costs, fees, and adjustments. This model filters pricing
breakdown data to only include records associated with partner charges.

SQL: charge_pricing_breakdowns

Schema

Column NameData TypeDescription
Primary ID
idINTEGERPrimary key
Other IDs
charge_idINTEGERForeign key referencing the associated charging session
currency_idINTEGERForeign key referencing the currency used for pricing
Timestamps
created_atTIMESTAMP_NTZTimestamp when the pricing breakdown record was first created
updated_atTIMESTAMP_NTZTimestamp when the pricing breakdown record was last modified
Attributes
typeVARCHARCategorizes the type of pricing breakdown (e.g., standard, promotional, special rate)
precisionINTEGERIndicates the decimal precision used for price calculations
total_priceNUMBERTotal calculated price including all components and adjustments
total_master_priceNUMBERPrimary price component before additional fees or adjustments
total_secondary_priceNUMBERSecondary or supplementary price component, if applicable
total_feesNUMBERSum of all additional fees applied to the charge
total_adjustmentsNUMBERNet value of all price adjustments, including discounts or surcharges

Data inclusion criteria

  • This table works with charges table, requiring that charge_id is among the partner's charges.id records.

Data flow

Upstream tablesDownstream tables
chargescharge_pricing_breakdown_specifications

Did this page help you?