Class: Stripe::Terminal::Reader::TimeoutInputCollectionParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/terminal/reader.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ TimeoutInputCollectionParams

Returns a new instance of TimeoutInputCollectionParams.



999
1000
1001
# File 'lib/stripe/resources/terminal/reader.rb', line 999

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



997
998
999
# File 'lib/stripe/resources/terminal/reader.rb', line 997

def expand
  @expand
end