חזרה אל Stripe

התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.

Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
שםסוגתיאורנדרש
invoiceIdmustache Stripe invoice ID (e.g. "in_12345").כן
lineIdmustache Stripe invoice line ID.כן
payloadmustache JSON payload string to send to Stripe for the invoice line.כן
החזרות
שםסוגתיאור
idstring Invoice line ID.
typestring Invoice line type.
amountnumber Invoice line amount.
currencystring Invoice line currency.
descriptionstring Invoice line description.
quantitynumber Invoice line quantity.
invoiceItemIdstring Backing invoice item ID when available.
subscriptionItemIdstring Backing subscription item ID when available.
periodStartstring Line period start time (ISO) when available.
periodEndstring Line period end time (ISO) when available.