mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-05 00:02:14 -05:00
Update generated code for v1230
This commit is contained in:
parent
961c39195d
commit
d1d589ddde
@ -1 +1 @@
|
||||
v1220
|
||||
v1230
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user