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