Назад к Stripe
Подключите Knoon AI к Stripe, чтобы автоматизировать 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. |