Voltar para Stripe
Conectar Knoon AI com Stripe para automatizar fluxos de trabalho de AI.
List Stripe invoice items.
stripeDefaultListInvoiceItems
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| customerId | mustache | Optional Stripe customer ID. | Não |
| invoiceId | mustache | Optional Stripe invoice ID. | Não |
| pending | mustache | Optional boolean string to filter pending invoice items ("true" or "false"). | Não |
| limit | mustache | Optional max number of records to return (1-100). Defaults to 10. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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). |