stripe-ruby/lib/stripe/resources/invoice_payment.rb
2024-02-14 11:55:51 +00:00

13 lines
255 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
# The invoice payment object
class InvoicePayment < APIResource
OBJECT_NAME = "invoice_payment"
def self.object_name
"invoice_payment"
end
end
end