Class: Stripe::Terminal::ConfigurationService::UpdateParams::BbposWiseposE

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



24
25
26
# File 'lib/stripe/services/terminal/configuration_service.rb', line 24

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

Instance Attribute Details

#splashscreenObject

A File ID representing an image to display on the reader



22
23
24
# File 'lib/stripe/services/terminal/configuration_service.rb', line 22

def splashscreen
  @splashscreen
end