Class: Stripe::PaymentLink::CreateParams::CustomField::Dropdown

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

Defined Under Namespace

Classes: Option

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(options: nil) ⇒ Dropdown

Returns a new instance of Dropdown.



398
399
400
# File 'lib/stripe/resources/payment_link.rb', line 398

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

Instance Attribute Details

#optionsObject

The options available for the customer to select. Up to 200 options allowed.



396
397
398
# File 'lib/stripe/resources/payment_link.rb', line 396

def options
  @options
end