Class: Stripe::Terminal::ConfigurationCreateParams::VerifoneP400

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



491
492
493
# File 'lib/stripe/params/terminal/configuration_create_params.rb', line 491

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

Instance Attribute Details

#splashscreenObject

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



489
490
491
# File 'lib/stripe/params/terminal/configuration_create_params.rb', line 489

def splashscreen
  @splashscreen
end