Class: Stripe::Reporting::ReportRun::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/resources/reporting/report_run.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Stripe::RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



143
144
145
# File 'lib/stripe/resources/reporting/report_run.rb', line 143

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



141
142
143
# File 'lib/stripe/resources/reporting/report_run.rb', line 141

def expand
  @expand
end