返回 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.