Class: Stripe::Terminal::Reader::SetReaderDisplayParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Terminal::Reader::SetReaderDisplayParams
- Defined in:
- lib/stripe/resources/terminal/reader.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.
669 670 671 672 673 |
# File 'lib/stripe/resources/terminal/reader.rb', line 669 def initialize(cart: nil, expand: nil, type: nil) @cart = cart @expand = @type = type end |
Instance Attribute Details
#cart ⇒ Object
Cart
663 664 665 |
# File 'lib/stripe/resources/terminal/reader.rb', line 663 def cart @cart end |
#expand ⇒ Object
Specifies which fields in the response should be expanded.
665 666 667 |
# File 'lib/stripe/resources/terminal/reader.rb', line 665 def @expand end |
#type ⇒ Object
Type
667 668 669 |
# File 'lib/stripe/resources/terminal/reader.rb', line 667 def type @type end |