Class: Stripe::TestHelpers::Terminal::ReaderService::TimeoutInputCollectionParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Terminal::ReaderService::TimeoutInputCollectionParams
- Defined in:
- lib/stripe/services/test_helpers/terminal/reader_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ TimeoutInputCollectionParams
constructor
A new instance of TimeoutInputCollectionParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ TimeoutInputCollectionParams
Returns a new instance of TimeoutInputCollectionParams.
90 91 92 |
# File 'lib/stripe/services/test_helpers/terminal/reader_service.rb', line 90 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
88 89 90 |
# File 'lib/stripe/services/test_helpers/terminal/reader_service.rb', line 88 def @expand end |