Class: Stripe::Terminal::ConfigurationUpdateParams::VerifoneP400

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/terminal/configuration_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(splashscreen: nil) ⇒ VerifoneP400

Returns a new instance of VerifoneP400.



500
501
502
# File 'lib/stripe/params/terminal/configuration_update_params.rb', line 500

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

Instance Attribute Details

#splashscreenObject

A File ID representing an image you want to display on the reader.



498
499
500
# File 'lib/stripe/params/terminal/configuration_update_params.rb', line 498

def splashscreen
  @splashscreen
end