Class: Stripe::SetupIntentCreateParams::PaymentMethodOptions::Link
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentCreateParams::PaymentMethodOptions::Link
- Defined in:
- lib/stripe/params/setup_intent_create_params.rb
Instance Attribute Summary collapse
-
#persistent_token ⇒ Object
- Deprecated
-
This is a legacy parameter that no longer has any function.
Instance Method Summary collapse
-
#initialize(persistent_token: nil) ⇒ Link
constructor
A new instance of Link.
Methods inherited from RequestParams
Constructor Details
#initialize(persistent_token: nil) ⇒ Link
Returns a new instance of Link.
881 882 883 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 881 def initialize(persistent_token: nil) @persistent_token = persistent_token end |
Instance Attribute Details
#persistent_token ⇒ Object
- Deprecated
-
This is a legacy parameter that no longer has any function.
879 880 881 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 879 def persistent_token @persistent_token end |