Stripe に戻る
Stripe と Knoon AI を接続して 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. |