mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
13 lines
255 B
Ruby
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
|