返回 Stripe
将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。
Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| invoiceId | mustache | Stripe invoice ID (e.g. "in_12345"). | 是的 |
| lineId | mustache | Stripe invoice line ID. | 是的 |
| payload | mustache | JSON payload string to send to Stripe for the invoice line. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| id | string | Invoice line ID. |
| type | string | Invoice line type. |
| amount | number | Invoice line amount. |
| currency | string | Invoice line currency. |
| description | string | Invoice line description. |
| quantity | number | Invoice line quantity. |
| invoiceItemId | string | Backing invoice item ID when available. |
| subscriptionItemId | string | Backing subscription item ID when available. |
| periodStart | string | Line period start time (ISO) when available. |
| periodEnd | string | Line period end time (ISO) when available. |