Class: Stripe::PaymentLink::CreateParams::CustomField::Dropdown
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLink::CreateParams::CustomField::Dropdown
- Defined in:
- lib/stripe/resources/payment_link.rb
Defined Under Namespace
Classes: Option
Instance Attribute Summary collapse
-
#options ⇒ Object
The options available for the customer to select.
Instance Method Summary collapse
-
#initialize(options: nil) ⇒ Dropdown
constructor
A new instance of Dropdown.
Methods inherited from RequestParams
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 = end |
Instance Attribute Details
#options ⇒ Object
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 end |