Class: Stripe::SetupIntent::NextAction
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupIntent::NextAction
- Defined in:
- lib/stripe/resources/setup_intent.rb
Defined Under Namespace
Classes: CashappHandleRedirectOrDisplayQrCode, RedirectToUrl, VerifyWithMicrodeposits
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#cashapp_handle_redirect_or_display_qr_code ⇒ Object
readonly
Returns the value of attribute cashapp_handle_redirect_or_display_qr_code.
-
#redirect_to_url ⇒ Object
readonly
Returns the value of attribute redirect_to_url.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#use_stripe_sdk ⇒ Object
readonly
Returns the value of attribute use_stripe_sdk.
-
#verify_with_microdeposits ⇒ Object
readonly
Returns the value of attribute verify_with_microdeposits.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#cashapp_handle_redirect_or_display_qr_code ⇒ Object (readonly)
Returns the value of attribute cashapp_handle_redirect_or_display_qr_code.
59 60 61 |
# File 'lib/stripe/resources/setup_intent.rb', line 59 def cashapp_handle_redirect_or_display_qr_code @cashapp_handle_redirect_or_display_qr_code end |
#redirect_to_url ⇒ Object (readonly)
Returns the value of attribute redirect_to_url.
59 60 61 |
# File 'lib/stripe/resources/setup_intent.rb', line 59 def redirect_to_url @redirect_to_url end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
59 60 61 |
# File 'lib/stripe/resources/setup_intent.rb', line 59 def type @type end |
#use_stripe_sdk ⇒ Object (readonly)
Returns the value of attribute use_stripe_sdk.
59 60 61 |
# File 'lib/stripe/resources/setup_intent.rb', line 59 def use_stripe_sdk @use_stripe_sdk end |
#verify_with_microdeposits ⇒ Object (readonly)
Returns the value of attribute verify_with_microdeposits.
59 60 61 |
# File 'lib/stripe/resources/setup_intent.rb', line 59 def verify_with_microdeposits @verify_with_microdeposits end |