mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
* Update dynamic constant references * Manual additionsg * Fix lint * Use const_Get * Remove puts
12 lines
214 B
Ruby
12 lines
214 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class InvoiceLineItem < StripeObject
|
|
OBJECT_NAME = "line_item"
|
|
def self.object_name
|
|
"line_item"
|
|
end
|
|
end
|
|
end
|