Table: stripe_tax_rates
This table shows data for Stripe Tax Rates.
https://stripe.com/docs/api/tax_rates (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 | utf8 |
_cq_sync_time | timestamp[us, tz=UTC] |
_cq_id | uuid |
_cq_parent_id | uuid |
id (PK) | utf8 |
created (Incremental Key) | timestamp[us, tz=UTC] |
active | bool |
country | utf8 |
description | utf8 |
display_name | utf8 |
inclusive | bool |
jurisdiction | utf8 |
livemode | bool |
metadata | json |
object | utf8 |
percentage | float64 |
state | utf8 |
tax_type | utf8 |