mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-15 00:00:44 -04:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
module Stripe
|
|
class InvoiceLineItem < StripeObject
|
|
OBJECT_NAME = 'line_item'
|
|
end
|
|
end
|