Sha256: 7ce7a2ba369003eafa511f644b5a9618d1e7703fb6d2d5d2b91ab74011d54313

Contents?: true

Size: 246 Bytes

Versions: 28

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

module Stripe
  module Reporting
    class ReportType < APIResource
      extend Stripe::APIOperations::Create
      extend Stripe::APIOperations::List

      OBJECT_NAME = "reporting.report_type"
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
stripe-5.22.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.21.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.20.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.19.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.18.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.17.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.16.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.15.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.14.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.13.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.12.1 lib/stripe/resources/reporting/report_type.rb
stripe-5.12.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.11.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.10.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.9.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.8.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.7.1 lib/stripe/resources/reporting/report_type.rb
stripe-5.7.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.6.0 lib/stripe/resources/reporting/report_type.rb
stripe-5.5.0 lib/stripe/resources/reporting/report_type.rb