ย้อนกลับไปยัง 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. |