Class: Stripe::Reporting::ReportRunService::RetrieveParams

Inherits:
Stripe::RequestParams show all
Defined in:
lib/stripe/services/reporting/report_run_service.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.



108
109
110
# File 'lib/stripe/services/reporting/report_run_service.rb', line 108

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



106
107
108
# File 'lib/stripe/services/reporting/report_run_service.rb', line 106

def expand
  @expand
end