Sha256: d911c51551cf4adc9ef4fea0dea82e1c01015a6c61cc170f0181700b75e4dcf0

Contents?: true

Size: 911 Bytes

Versions: 68

Compression:

Stored size: 911 Bytes

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  module Reporting
    # The Report Run object represents an instance of a report type generated with
    # specific run parameters. Once the object is created, Stripe begins processing the report.
    # When the report has finished running, it will give you a reference to a file
    # where you can retrieve your results. For an overview, see
    # [API Access to Reports](https://stripe.com/docs/reporting/statements/api).
    #
    # Note that certain report types can only be run based on your live-mode data (not test-mode
    # data), and will error when queried without a [live-mode API key](https://stripe.com/docs/keys#test-live-modes).
    class ReportRun < APIResource
      extend Stripe::APIOperations::Create
      extend Stripe::APIOperations::List

      OBJECT_NAME = "reporting.report_run"
    end
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
stripe-10.7.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.8.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.7.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.7.0.pre.beta.3 lib/stripe/resources/reporting/report_run.rb
stripe-10.7.0.pre.beta.2 lib/stripe/resources/reporting/report_run.rb
stripe-10.7.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.6.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.6.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.5.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.5.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.4.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.4.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.3.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.3.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.2.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.2.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.1.0 lib/stripe/resources/reporting/report_run.rb
stripe-10.1.0.pre.beta.2 lib/stripe/resources/reporting/report_run.rb
stripe-10.1.0.pre.beta.1 lib/stripe/resources/reporting/report_run.rb
stripe-10.0.0 lib/stripe/resources/reporting/report_run.rb