Class: Stripe::PaymentIntent::NextAction

Inherits:
StripeObject show all
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

Attributes inherited from StripeObject

#last_response

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_redirectObject (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_detailsObject (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_notificationObject (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_codeObject (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_instructionsObject (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_detailsObject (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_detailsObject (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_detailsObject (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_codeObject (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_codeObject (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_codeObject (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_urlObject (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_codeObject (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

#typeObject (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_sdkObject (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_microdepositsObject (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_codeObject (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_appObject (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_appObject (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