العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |