Table: stripe_prices
This table shows data for Stripe Prices.
https://stripe.com/docs/api/prices (opens in a new tab)
The primary key for this table is id. It supports incremental syncs based on the created column.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
id (PK) | String |
created (Incremental Key) | Timestamp |
active | Bool |
billing_scheme | String |
currency | String |
currency_options | JSON |
custom_unit_amount | JSON |
deleted | Bool |
livemode | Bool |
lookup_key | String |
metadata | JSON |
nickname | String |
object | String |
product | JSON |
recurring | JSON |
tax_behavior | String |
tiers | JSON |
tiers_mode | String |
transform_quantity | JSON |
type | String |
unit_amount | Int |
unit_amount_decimal | Float |