返回 Stripe

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

Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").是的
lineIdmustache Stripe invoice line ID.是的
payloadmustache JSON payload string to send to Stripe for the invoice line.是的
回报
名称类型描述
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.