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.