Class: Stripe::Terminal::ReaderService::CancelActionParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/terminal/reader_service.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.



104
105
106
# File 'lib/stripe/services/terminal/reader_service.rb', line 104

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



102
103
104
# File 'lib/stripe/services/terminal/reader_service.rb', line 102

def expand
  @expand
end