返回 Stripe

将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。

List Stripe invoice items.
stripeDefaultListInvoiceItems
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
customerIdmustache Optional Stripe customer ID.没有
invoiceIdmustache Optional Stripe invoice ID.没有
pendingmustache Optional boolean string to filter pending invoice items ("true" or "false").没有
limitmustache Optional max number of records to return (1-100). Defaults to 10.没有
回报
名称类型描述
idstring Invoice item ID.
amountnumber Invoice item amount.
currencystring Invoice item currency.
customerIdstring Stripe customer ID.
invoiceIdstring Stripe invoice ID when set.
descriptionstring Invoice item description.
discountableboolean Whether discounts can apply to the invoice item.
quantitynumber Invoice item quantity.
createdAtstring Invoice item creation time (ISO).