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 | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
id (PK) | String |
created (Incremental Key) | Timestamp |
active | Bool |
country | String |
description | String |
display_name | String |
inclusive | Bool |
jurisdiction | String |
livemode | Bool |
metadata | JSON |
object | String |
percentage | Float |
state | String |
tax_type | String |