Class: Stripe::Terminal::Reader::CancelActionParams

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) ⇒ CancelActionParams

Returns a new instance of CancelActionParams.



586
587
588
# File 'lib/stripe/resources/terminal/reader.rb', line 586

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



584
585
586
# File 'lib/stripe/resources/terminal/reader.rb', line 584

def expand
  @expand
end