Table: stripe_payment_link_line_items

This table shows data for Stripe Payment Link Line Items.

https://stripe.com/docs/api/payment_links/line_items (opens in a new tab)

The composite primary key for this table is (id, payment_link_id).

Relations

This table depends on stripe_payment_links.

Columns

NameType
_cq_source_nameString
_cq_sync_timeTimestamp
_cq_idUUID
_cq_parent_idUUID
id (PK)String
payment_link_id (PK)String
amount_discountInt
amount_subtotalInt
amount_taxInt
amount_totalInt
currencyString
descriptionString
discountsJSON
objectString
priceJSON
quantityInt
taxesJSON