Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
List line items for a Stripe invoice.
stripeDefaultListInvoiceLines
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| invoiceId | mustache | Stripe invoice ID (e.g. "in_12345"). | はい |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| id | string | Invoice line ID. |
| type | string | Invoice line type. |
| amount | number | Invoice line amount. |
| currency | string | Invoice line currency. |
| description | string | Invoice line description. |
| quantity | number | Invoice line quantity. |
| invoiceItemId | string | Backing invoice item ID when available. |
| subscriptionItemId | string | Backing subscription item ID when available. |
| periodStart | string | Line period start time (ISO) when available. |
| periodEnd | string | Line period end time (ISO) when available. |