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