Πίσω στο Stripe
Σύνδεση Knoon AI με Stripe για αυτοματοποίηση ροών εργασίας AI.
Update a single line item on a Stripe invoice.
stripeDefaultUpdateInvoiceLine
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| invoiceId | mustache | Stripe invoice ID (e.g. "in_12345"). | Ναι |
| lineId | mustache | Stripe invoice line ID. | Ναι |
| payload | mustache | JSON payload string to send to Stripe for the invoice line. | Ναι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |