Class: Stripe::PaymentLinkService::UpdateParams::CustomField::Dropdown
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLinkService::UpdateParams::CustomField::Dropdown
- Defined in:
- lib/stripe/services/payment_link_service.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.
762 763 764 |
# File 'lib/stripe/services/payment_link_service.rb', line 762 def initialize(options: nil) @options = end |
Instance Attribute Details
#options ⇒ Object
The options available for the customer to select. Up to 200 options allowed.
760 761 762 |
# File 'lib/stripe/services/payment_link_service.rb', line 760 def @options end |