# 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