Update generated code for v1230

This commit is contained in:
Stripe OpenAPI 2024-08-29 00:42:42 +00:00
parent 961c39195d
commit d1d589ddde
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
v1220
v1230

View File

@ -2,6 +2,9 @@
# frozen_string_literal: true
module Stripe
# Invoice Line Items represent the individual lines within an [invoice](https://stripe.com/docs/api/invoices) and only exist within the context of an invoice.
#
# Each line item is backed by either an [invoice item](https://stripe.com/docs/api/invoiceitems) or a [subscription item](https://stripe.com/docs/api/subscription_items).
class InvoiceLineItem < StripeObject
include Stripe::APIOperations::Save