Back to source list
Official
Premium
Stripe
The CloudQuery Stripe plugin pulls data from Stripe and loads it into any supported CloudQuery destination
Publisher
cloudquery
Latest version
v4.3.2
Type
Source
Platforms
Date Published
Stripe Coupons
The stripe_coupons table shows data for Stripe Coupons.
This table supports incremental syncing. Read more about incremental syncing here.
Primary Keys #
Name | Type |
---|---|
id | utf8 |
Incremental Sync Keys #
Name | Type |
---|---|
created | timestamp[us, tz=UTC] |
Columns #
Name | Type |
---|---|
amount_off | int64 |
applies_to | json |
_cq_id | uuid |
_cq_parent_id | uuid |
created | timestamp[us, tz=UTC] |
currency | utf8 |
currency_options | json |
deleted | bool |
duration | utf8 |
duration_in_months | int64 |
id | utf8 |
livemode | bool |
max_redemptions | int64 |
metadata | json |
name | utf8 |
object | utf8 |
percent_off | float64 |
redeem_by | int64 |
times_redeemed | int64 |
valid | bool |