返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
List line items for a Stripe credit note.
stripeDefaultListCreditNoteLines
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| creditNoteId | mustache | Stripe credit note ID (e.g. "cn_12345"). | 是的 |
| limit | mustache | Optional max number of line items to return (1-100). Defaults to 10. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Line item ID. |
| amount | number | Line item amount. |
| description | string | Line item description. |
| quantity | number | Line item quantity. |
| type | string | Line item type. |