Class: Stripe::Checkout::Session::PaymentMethodOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Checkout::Session::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/checkout/session.rb
Defined Under Namespace
Classes: AcssDebit, Affirm, AfterpayClearpay, Alipay, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Boleto, Card, Cashapp, CustomerBalance, Eps, Fpx, Giropay, Grabpay, Ideal, KakaoPay, Klarna, Konbini, KrCard, Link, Mobilepay, Multibanco, NaverPay, Oxxo, P24, Payco, Paynow, Paypal, Payto, Pix, RevolutPay, SamsungPay, SepaDebit, Sofort, Swish, UsBankAccount
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
readonly
Returns the value of attribute acss_debit.
-
#affirm ⇒ Object
readonly
Returns the value of attribute affirm.
-
#afterpay_clearpay ⇒ Object
readonly
Returns the value of attribute afterpay_clearpay.
-
#alipay ⇒ Object
readonly
Returns the value of attribute alipay.
-
#amazon_pay ⇒ Object
readonly
Returns the value of attribute amazon_pay.
-
#au_becs_debit ⇒ Object
readonly
Returns the value of attribute au_becs_debit.
-
#bacs_debit ⇒ Object
readonly
Returns the value of attribute bacs_debit.
-
#bancontact ⇒ Object
readonly
Returns the value of attribute bancontact.
-
#boleto ⇒ Object
readonly
Returns the value of attribute boleto.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#cashapp ⇒ Object
readonly
Returns the value of attribute cashapp.
-
#customer_balance ⇒ Object
readonly
Returns the value of attribute customer_balance.
-
#eps ⇒ Object
readonly
Returns the value of attribute eps.
-
#fpx ⇒ Object
readonly
Returns the value of attribute fpx.
-
#giropay ⇒ Object
readonly
Returns the value of attribute giropay.
-
#grabpay ⇒ Object
readonly
Returns the value of attribute grabpay.
-
#ideal ⇒ Object
readonly
Returns the value of attribute ideal.
-
#kakao_pay ⇒ Object
readonly
Returns the value of attribute kakao_pay.
-
#klarna ⇒ Object
readonly
Returns the value of attribute klarna.
-
#konbini ⇒ Object
readonly
Returns the value of attribute konbini.
-
#kr_card ⇒ Object
readonly
Returns the value of attribute kr_card.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#mobilepay ⇒ Object
readonly
Returns the value of attribute mobilepay.
-
#multibanco ⇒ Object
readonly
Returns the value of attribute multibanco.
-
#naver_pay ⇒ Object
readonly
Returns the value of attribute naver_pay.
-
#oxxo ⇒ Object
readonly
Returns the value of attribute oxxo.
-
#p24 ⇒ Object
readonly
Returns the value of attribute p24.
-
#payco ⇒ Object
readonly
Returns the value of attribute payco.
-
#paynow ⇒ Object
readonly
Returns the value of attribute paynow.
-
#paypal ⇒ Object
readonly
Returns the value of attribute paypal.
-
#payto ⇒ Object
readonly
Returns the value of attribute payto.
-
#pix ⇒ Object
readonly
Returns the value of attribute pix.
-
#revolut_pay ⇒ Object
readonly
Returns the value of attribute revolut_pay.
-
#samsung_pay ⇒ Object
readonly
Returns the value of attribute samsung_pay.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#sofort ⇒ Object
readonly
Returns the value of attribute sofort.
-
#swish ⇒ Object
readonly
Returns the value of attribute swish.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
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
#acss_debit ⇒ Object (readonly)
Returns the value of attribute acss_debit.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Returns the value of attribute affirm.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Returns the value of attribute afterpay_clearpay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Returns the value of attribute alipay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def alipay @alipay end |
#amazon_pay ⇒ Object (readonly)
Returns the value of attribute amazon_pay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Returns the value of attribute au_becs_debit.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Returns the value of attribute bacs_debit.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Returns the value of attribute bancontact.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def bancontact @bancontact end |
#boleto ⇒ Object (readonly)
Returns the value of attribute boleto.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def boleto @boleto end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def card @card end |
#cashapp ⇒ Object (readonly)
Returns the value of attribute cashapp.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Returns the value of attribute customer_balance.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Returns the value of attribute eps.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def eps @eps end |
#fpx ⇒ Object (readonly)
Returns the value of attribute fpx.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Returns the value of attribute giropay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Returns the value of attribute grabpay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Returns the value of attribute ideal.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Returns the value of attribute kakao_pay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Returns the value of attribute klarna.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Returns the value of attribute konbini.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Returns the value of attribute kr_card.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def link @link end |
#mobilepay ⇒ Object (readonly)
Returns the value of attribute mobilepay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Returns the value of attribute multibanco.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Returns the value of attribute naver_pay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Returns the value of attribute oxxo.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Returns the value of attribute p24.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def p24 @p24 end |
#payco ⇒ Object (readonly)
Returns the value of attribute payco.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def payco @payco end |
#paynow ⇒ Object (readonly)
Returns the value of attribute paynow.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def paypal @paypal end |
#payto ⇒ Object (readonly)
Returns the value of attribute payto.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def payto @payto end |
#pix ⇒ Object (readonly)
Returns the value of attribute pix.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Returns the value of attribute revolut_pay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Returns the value of attribute samsung_pay.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def samsung_pay @samsung_pay end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Returns the value of attribute sofort.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def sofort @sofort end |
#swish ⇒ Object (readonly)
Returns the value of attribute swish.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def swish @swish end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
334 335 336 |
# File 'lib/stripe/resources/checkout/session.rb', line 334 def us_bank_account @us_bank_account end |