Class: Stripe::Terminal::Configuration::CreateParams::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.



663
664
665
# File 'lib/stripe/resources/terminal/configuration.rb', line 663

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

Instance Attribute Details

#splashscreenObject

A File ID representing an image you would like displayed on the reader.



661
662
663
# File 'lib/stripe/resources/terminal/configuration.rb', line 661

def splashscreen
  @splashscreen
end