Class: Stripe::Terminal::Reader::RetrieveParams

Inherits:
RequestParams 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) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



269
270
271
# File 'lib/stripe/resources/terminal/reader.rb', line 269

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



267
268
269
# File 'lib/stripe/resources/terminal/reader.rb', line 267

def expand
  @expand
end