Class: Stripe::Reporting::ReportRunService::RetrieveParams
- Inherits:
-
Stripe::RequestParams
- Object
- Stripe::RequestParams
- Stripe::Reporting::ReportRunService::RetrieveParams
- Defined in:
- lib/stripe/services/reporting/report_run_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ RetrieveParams
constructor
A new instance of RetrieveParams.
Methods inherited from Stripe::RequestParams
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) = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
106 107 108 |
# File 'lib/stripe/services/reporting/report_run_service.rb', line 106 def end |