mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
* Update generated code for v451 * Update generated code for v457 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
10 lines
215 B
Ruby
10 lines
215 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"
|
|
end
|
|
end
|