返回 Stripe

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

List line items for a Stripe invoice.
stripeDefaultListInvoiceLines
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").是的
limitmustache Optional max number of records to return (1-100). Defaults to 10.没有
回报
名称类型描述
idstring Invoice line ID.
typestring Invoice line type.
amountnumber Invoice line amount.
currencystring Invoice line currency.
descriptionstring Invoice line description.
quantitynumber Invoice line quantity.
invoiceItemIdstring Backing invoice item ID when available.
subscriptionItemIdstring Backing subscription item ID when available.
periodStartstring Line period start time (ISO) when available.
periodEndstring Line period end time (ISO) when available.