Class: Stripe::Terminal::Configuration::UpdateParams::BbposWiseposE

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/terminal/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(splashscreen: nil) ⇒ BbposWiseposE

Returns a new instance of BbposWiseposE.



614
615
616
# File 'lib/stripe/resources/terminal/configuration.rb', line 614

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

Instance Attribute Details

#splashscreenObject

A File ID representing an image to display on the reader



612
613
614
# File 'lib/stripe/resources/terminal/configuration.rb', line 612

def splashscreen
  @splashscreen
end