Class: Stripe::V2::Reporting::ReportRunRetrieveParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/reporting/report_run_retrieve_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(include: nil) ⇒ ReportRunRetrieveParams

Returns a new instance of ReportRunRetrieveParams.



11
12
13
# File 'lib/stripe/params/v2/reporting/report_run_retrieve_params.rb', line 11

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

Instance Attribute Details

#includeObject

Any optional includes (see docs.stripe.com/api-includable-response-values).



9
10
11
# File 'lib/stripe/params/v2/reporting/report_run_retrieve_params.rb', line 9

def include
  @include
end