Class: Stripe::Terminal::ReaderService::SetReaderDisplayParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Terminal::ReaderService::SetReaderDisplayParams
- Defined in:
- lib/stripe/services/terminal/reader_service.rb
Defined Under Namespace
Classes: Cart
Instance Attribute Summary collapse
-
#cart ⇒ Object
Cart.
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#type ⇒ Object
Type.
Instance Method Summary collapse
-
#initialize(cart: nil, expand: nil, type: nil) ⇒ SetReaderDisplayParams
constructor
A new instance of SetReaderDisplayParams.
Methods inherited from RequestParams
Constructor Details
#initialize(cart: nil, expand: nil, type: nil) ⇒ SetReaderDisplayParams
Returns a new instance of SetReaderDisplayParams.
266 267 268 269 270 |
# File 'lib/stripe/services/terminal/reader_service.rb', line 266 def initialize(cart: nil, expand: nil, type: nil) @cart = cart @expand = @type = type end |
Instance Attribute Details
#cart ⇒ Object
Cart
260 261 262 |
# File 'lib/stripe/services/terminal/reader_service.rb', line 260 def cart @cart end |
#expand ⇒ Object
Specifies which fields in the response should be expanded.
262 263 264 |
# File 'lib/stripe/services/terminal/reader_service.rb', line 262 def @expand end |
#type ⇒ Object
Type
264 265 266 |
# File 'lib/stripe/services/terminal/reader_service.rb', line 264 def type @type end |