mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
* Update dynamic constant references * Manual additionsg * Fix lint * Use const_Get * Remove puts
13 lines
278 B
Ruby
13 lines
278 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# The credit note line item object
|
|
class CreditNoteLineItem < StripeObject
|
|
OBJECT_NAME = "credit_note_line_item"
|
|
def self.object_name
|
|
"credit_note_line_item"
|
|
end
|
|
end
|
|
end
|