Class: Stripe::V2::Data::Reporting::QueryRunRetrieveParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/data/reporting/query_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) ⇒ QueryRunRetrieveParams

Returns a new instance of QueryRunRetrieveParams.



12
13
14
# File 'lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb', line 12

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

Instance Attribute Details

#includeObject

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



10
11
12
# File 'lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb', line 10

def include
  @include
end