Sha256: 807877c4c33c74f72f1abb7a7ae4e3a088bcead90214f26523cfd9a268efb3c5
Contents?: true
Size: 244 Bytes
Versions: 28
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Stripe module Reporting class ReportRun < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List OBJECT_NAME = "reporting.report_run" end end end
Version data entries
28 entries across 28 versions & 1 rubygems