Table: stripe_treasury_transaction_entries
This table shows data for Stripe Treasury Transaction Entries.
https://stripe.com/docs/api/treasury/transaction_entries (opens in a new tab)
The primary key for this table is id. It supports incremental syncs based on the created column.
Relations
This table depends on stripe_treasury_financial_accounts.
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 |
balance_impact | JSON |
currency | String |
effective_at | Int |
financial_account | String |
flow | String |
flow_details | JSON |
flow_type | String |
livemode | Bool |
object | String |
transaction | JSON |
type | String |