Class: Stripe::Terminal::ConfigurationUpdateParams::BbposWiseposE
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Terminal::ConfigurationUpdateParams::BbposWiseposE
- Defined in:
- lib/stripe/params/terminal/configuration_update_params.rb
Instance Attribute Summary collapse
-
#splashscreen ⇒ Object
A File ID representing an image to display on the reader.
Instance Method Summary collapse
-
#initialize(splashscreen: nil) ⇒ BbposWiseposE
constructor
A new instance of BbposWiseposE.
Methods inherited from RequestParams
Constructor Details
#initialize(splashscreen: nil) ⇒ BbposWiseposE
Returns a new instance of BbposWiseposE.
20 21 22 |
# File 'lib/stripe/params/terminal/configuration_update_params.rb', line 20 def initialize(splashscreen: nil) @splashscreen = splashscreen end |
Instance Attribute Details
#splashscreen ⇒ Object
A File ID representing an image to display on the reader
18 19 20 |
# File 'lib/stripe/params/terminal/configuration_update_params.rb', line 18 def splashscreen @splashscreen end |