Class: Stripe::PaymentIntent::NextAction
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::NextAction
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: AlipayHandleRedirect, BoletoDisplayDetails, CardAwaitNotification, CashappHandleRedirectOrDisplayQrCode, DisplayBankTransferInstructions, KonbiniDisplayDetails, MultibancoDisplayDetails, OxxoDisplayDetails, PaynowDisplayQrCode, PixDisplayQrCode, PromptpayDisplayQrCode, RedirectToUrl, SwishHandleRedirectOrDisplayQrCode, VerifyWithMicrodeposits, WechatPayDisplayQrCode, WechatPayRedirectToAndroidApp, WechatPayRedirectToIosApp
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#alipay_handle_redirect ⇒ Object
readonly
Returns the value of attribute alipay_handle_redirect.
-
#boleto_display_details ⇒ Object
readonly
Returns the value of attribute boleto_display_details.
-
#card_await_notification ⇒ Object
readonly
Returns the value of attribute card_await_notification.
-
#cashapp_handle_redirect_or_display_qr_code ⇒ Object
readonly
Returns the value of attribute cashapp_handle_redirect_or_display_qr_code.
-
#display_bank_transfer_instructions ⇒ Object
readonly
Returns the value of attribute display_bank_transfer_instructions.
-
#konbini_display_details ⇒ Object
readonly
Returns the value of attribute konbini_display_details.
-
#multibanco_display_details ⇒ Object
readonly
Returns the value of attribute multibanco_display_details.
-
#oxxo_display_details ⇒ Object
readonly
Returns the value of attribute oxxo_display_details.
-
#paynow_display_qr_code ⇒ Object
readonly
Returns the value of attribute paynow_display_qr_code.
-
#pix_display_qr_code ⇒ Object
readonly
Returns the value of attribute pix_display_qr_code.
-
#promptpay_display_qr_code ⇒ Object
readonly
Returns the value of attribute promptpay_display_qr_code.
-
#redirect_to_url ⇒ Object
readonly
Returns the value of attribute redirect_to_url.
-
#swish_handle_redirect_or_display_qr_code ⇒ Object
readonly
Returns the value of attribute swish_handle_redirect_or_display_qr_code.
-
#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.
-
#wechat_pay_display_qr_code ⇒ Object
readonly
Returns the value of attribute wechat_pay_display_qr_code.
-
#wechat_pay_redirect_to_android_app ⇒ Object
readonly
Returns the value of attribute wechat_pay_redirect_to_android_app.
-
#wechat_pay_redirect_to_ios_app ⇒ Object
readonly
Returns the value of attribute wechat_pay_redirect_to_ios_app.
Attributes inherited from StripeObject
Method Summary
Methods inherited from 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
#alipay_handle_redirect ⇒ Object (readonly)
Returns the value of attribute alipay_handle_redirect.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def alipay_handle_redirect @alipay_handle_redirect end |
#boleto_display_details ⇒ Object (readonly)
Returns the value of attribute boleto_display_details.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def boleto_display_details @boleto_display_details end |
#card_await_notification ⇒ Object (readonly)
Returns the value of attribute card_await_notification.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def card_await_notification @card_await_notification end |
#cashapp_handle_redirect_or_display_qr_code ⇒ Object (readonly)
Returns the value of attribute cashapp_handle_redirect_or_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def cashapp_handle_redirect_or_display_qr_code @cashapp_handle_redirect_or_display_qr_code end |
#display_bank_transfer_instructions ⇒ Object (readonly)
Returns the value of attribute display_bank_transfer_instructions.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def display_bank_transfer_instructions @display_bank_transfer_instructions end |
#konbini_display_details ⇒ Object (readonly)
Returns the value of attribute konbini_display_details.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def konbini_display_details @konbini_display_details end |
#multibanco_display_details ⇒ Object (readonly)
Returns the value of attribute multibanco_display_details.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def multibanco_display_details @multibanco_display_details end |
#oxxo_display_details ⇒ Object (readonly)
Returns the value of attribute oxxo_display_details.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def oxxo_display_details @oxxo_display_details end |
#paynow_display_qr_code ⇒ Object (readonly)
Returns the value of attribute paynow_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def paynow_display_qr_code @paynow_display_qr_code end |
#pix_display_qr_code ⇒ Object (readonly)
Returns the value of attribute pix_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def pix_display_qr_code @pix_display_qr_code end |
#promptpay_display_qr_code ⇒ Object (readonly)
Returns the value of attribute promptpay_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def promptpay_display_qr_code @promptpay_display_qr_code end |
#redirect_to_url ⇒ Object (readonly)
Returns the value of attribute redirect_to_url.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def redirect_to_url @redirect_to_url end |
#swish_handle_redirect_or_display_qr_code ⇒ Object (readonly)
Returns the value of attribute swish_handle_redirect_or_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def swish_handle_redirect_or_display_qr_code @swish_handle_redirect_or_display_qr_code end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def type @type end |
#use_stripe_sdk ⇒ Object (readonly)
Returns the value of attribute use_stripe_sdk.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def use_stripe_sdk @use_stripe_sdk end |
#verify_with_microdeposits ⇒ Object (readonly)
Returns the value of attribute verify_with_microdeposits.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def verify_with_microdeposits @verify_with_microdeposits end |
#wechat_pay_display_qr_code ⇒ Object (readonly)
Returns the value of attribute wechat_pay_display_qr_code.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def wechat_pay_display_qr_code @wechat_pay_display_qr_code end |
#wechat_pay_redirect_to_android_app ⇒ Object (readonly)
Returns the value of attribute wechat_pay_redirect_to_android_app.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def wechat_pay_redirect_to_android_app @wechat_pay_redirect_to_android_app end |
#wechat_pay_redirect_to_ios_app ⇒ Object (readonly)
Returns the value of attribute wechat_pay_redirect_to_ios_app.
212 213 214 |
# File 'lib/stripe/resources/payment_intent.rb', line 212 def wechat_pay_redirect_to_ios_app @wechat_pay_redirect_to_ios_app end |