返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
List Stripe invoice items.
stripeDefaultListInvoiceItems
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID. | 否 |
| invoiceId | mustache | Optional Stripe invoice ID. | 否 |
| pending | mustache | Optional boolean string to filter pending invoice items ("true" or "false"). | 否 |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Invoice item ID. |
| amount | number | Invoice item amount. |
| currency | string | Invoice item currency. |
| customerId | string | Stripe customer ID. |
| invoiceId | string | Stripe invoice ID when set. |
| description | string | Invoice item description. |
| discountable | boolean | Whether discounts can apply to the invoice item. |
| quantity | number | Invoice item quantity. |
| createdAt | string | Invoice item creation time (ISO). |