Table: stripe_promotion_codes
This table shows data for Stripe Promotion Codes.
https://stripe.com/docs/api/promotion_codes (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 |
code | String |
coupon | JSON |
customer | JSON |
expires_at | Int |
livemode | Bool |
max_redemptions | Int |
metadata | JSON |
object | String |
restrictions | JSON |
times_redeemed | Int |