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, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Bizum, 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, Satispay, Scalapay, SepaDebit, Sequra, Sofort, Sunbit, Swish, Twint, Upi, UsBankAccount, WechatPay
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
readonly
Attribute for field acss_debit.
-
#affirm ⇒ Object
readonly
Attribute for field affirm.
-
#afterpay_clearpay ⇒ Object
readonly
Attribute for field afterpay_clearpay.
-
#alipay ⇒ Object
readonly
Attribute for field alipay.
-
#alma ⇒ Object
readonly
Attribute for field alma.
-
#amazon_pay ⇒ Object
readonly
Attribute for field amazon_pay.
-
#au_becs_debit ⇒ Object
readonly
Attribute for field au_becs_debit.
-
#bacs_debit ⇒ Object
readonly
Attribute for field bacs_debit.
-
#bancontact ⇒ Object
readonly
Attribute for field bancontact.
-
#billie ⇒ Object
readonly
Attribute for field billie.
-
#bizum ⇒ Object
readonly
Attribute for field bizum.
-
#boleto ⇒ Object
readonly
Attribute for field boleto.
-
#card ⇒ Object
readonly
Attribute for field card.
-
#cashapp ⇒ Object
readonly
Attribute for field cashapp.
-
#customer_balance ⇒ Object
readonly
Attribute for field customer_balance.
-
#eps ⇒ Object
readonly
Attribute for field eps.
-
#fpx ⇒ Object
readonly
Attribute for field fpx.
-
#giropay ⇒ Object
readonly
Attribute for field giropay.
-
#grabpay ⇒ Object
readonly
Attribute for field grabpay.
-
#ideal ⇒ Object
readonly
Attribute for field ideal.
-
#kakao_pay ⇒ Object
readonly
Attribute for field kakao_pay.
-
#klarna ⇒ Object
readonly
Attribute for field klarna.
-
#konbini ⇒ Object
readonly
Attribute for field konbini.
-
#kr_card ⇒ Object
readonly
Attribute for field kr_card.
-
#link ⇒ Object
readonly
Attribute for field link.
-
#mobilepay ⇒ Object
readonly
Attribute for field mobilepay.
-
#multibanco ⇒ Object
readonly
Attribute for field multibanco.
-
#naver_pay ⇒ Object
readonly
Attribute for field naver_pay.
-
#oxxo ⇒ Object
readonly
Attribute for field oxxo.
-
#p24 ⇒ Object
readonly
Attribute for field p24.
-
#payco ⇒ Object
readonly
Attribute for field payco.
-
#paynow ⇒ Object
readonly
Attribute for field paynow.
-
#paypal ⇒ Object
readonly
Attribute for field paypal.
-
#payto ⇒ Object
readonly
Attribute for field payto.
-
#pix ⇒ Object
readonly
Attribute for field pix.
-
#revolut_pay ⇒ Object
readonly
Attribute for field revolut_pay.
-
#samsung_pay ⇒ Object
readonly
Attribute for field samsung_pay.
-
#satispay ⇒ Object
readonly
Attribute for field satispay.
-
#scalapay ⇒ Object
readonly
Attribute for field scalapay.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#sequra ⇒ Object
readonly
Attribute for field sequra.
-
#sofort ⇒ Object
readonly
Attribute for field sofort.
-
#sunbit ⇒ Object
readonly
Attribute for field sunbit.
-
#swish ⇒ Object
readonly
Attribute for field swish.
-
#twint ⇒ Object
readonly
Attribute for field twint.
-
#upi ⇒ Object
readonly
Attribute for field upi.
-
#us_bank_account ⇒ Object
readonly
Attribute for field us_bank_account.
-
#wechat_pay ⇒ Object
readonly
Attribute for field wechat_pay.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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)
Attribute for field acss_debit
2369 2370 2371 |
# File 'lib/stripe/resources/checkout/session.rb', line 2369 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
2371 2372 2373 |
# File 'lib/stripe/resources/checkout/session.rb', line 2371 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
2373 2374 2375 |
# File 'lib/stripe/resources/checkout/session.rb', line 2373 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
2375 2376 2377 |
# File 'lib/stripe/resources/checkout/session.rb', line 2375 def alipay @alipay end |
#alma ⇒ Object (readonly)
Attribute for field alma
2377 2378 2379 |
# File 'lib/stripe/resources/checkout/session.rb', line 2377 def alma @alma end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
2379 2380 2381 |
# File 'lib/stripe/resources/checkout/session.rb', line 2379 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
2381 2382 2383 |
# File 'lib/stripe/resources/checkout/session.rb', line 2381 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
2383 2384 2385 |
# File 'lib/stripe/resources/checkout/session.rb', line 2383 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
2385 2386 2387 |
# File 'lib/stripe/resources/checkout/session.rb', line 2385 def bancontact @bancontact end |
#billie ⇒ Object (readonly)
Attribute for field billie
2387 2388 2389 |
# File 'lib/stripe/resources/checkout/session.rb', line 2387 def billie @billie end |
#bizum ⇒ Object (readonly)
Attribute for field bizum
2389 2390 2391 |
# File 'lib/stripe/resources/checkout/session.rb', line 2389 def bizum @bizum end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
2391 2392 2393 |
# File 'lib/stripe/resources/checkout/session.rb', line 2391 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
2393 2394 2395 |
# File 'lib/stripe/resources/checkout/session.rb', line 2393 def card @card end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
2395 2396 2397 |
# File 'lib/stripe/resources/checkout/session.rb', line 2395 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
2397 2398 2399 |
# File 'lib/stripe/resources/checkout/session.rb', line 2397 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
2399 2400 2401 |
# File 'lib/stripe/resources/checkout/session.rb', line 2399 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
2401 2402 2403 |
# File 'lib/stripe/resources/checkout/session.rb', line 2401 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
2403 2404 2405 |
# File 'lib/stripe/resources/checkout/session.rb', line 2403 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
2405 2406 2407 |
# File 'lib/stripe/resources/checkout/session.rb', line 2405 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
2407 2408 2409 |
# File 'lib/stripe/resources/checkout/session.rb', line 2407 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
2409 2410 2411 |
# File 'lib/stripe/resources/checkout/session.rb', line 2409 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
2411 2412 2413 |
# File 'lib/stripe/resources/checkout/session.rb', line 2411 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
2413 2414 2415 |
# File 'lib/stripe/resources/checkout/session.rb', line 2413 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
2415 2416 2417 |
# File 'lib/stripe/resources/checkout/session.rb', line 2415 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
2417 2418 2419 |
# File 'lib/stripe/resources/checkout/session.rb', line 2417 def link @link end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
2419 2420 2421 |
# File 'lib/stripe/resources/checkout/session.rb', line 2419 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
2421 2422 2423 |
# File 'lib/stripe/resources/checkout/session.rb', line 2421 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
2423 2424 2425 |
# File 'lib/stripe/resources/checkout/session.rb', line 2423 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
2425 2426 2427 |
# File 'lib/stripe/resources/checkout/session.rb', line 2425 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
2427 2428 2429 |
# File 'lib/stripe/resources/checkout/session.rb', line 2427 def p24 @p24 end |
#payco ⇒ Object (readonly)
Attribute for field payco
2429 2430 2431 |
# File 'lib/stripe/resources/checkout/session.rb', line 2429 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
2431 2432 2433 |
# File 'lib/stripe/resources/checkout/session.rb', line 2431 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
2433 2434 2435 |
# File 'lib/stripe/resources/checkout/session.rb', line 2433 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
2435 2436 2437 |
# File 'lib/stripe/resources/checkout/session.rb', line 2435 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
2437 2438 2439 |
# File 'lib/stripe/resources/checkout/session.rb', line 2437 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
2439 2440 2441 |
# File 'lib/stripe/resources/checkout/session.rb', line 2439 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
2441 2442 2443 |
# File 'lib/stripe/resources/checkout/session.rb', line 2441 def samsung_pay @samsung_pay end |
#satispay ⇒ Object (readonly)
Attribute for field satispay
2443 2444 2445 |
# File 'lib/stripe/resources/checkout/session.rb', line 2443 def satispay @satispay end |
#scalapay ⇒ Object (readonly)
Attribute for field scalapay
2445 2446 2447 |
# File 'lib/stripe/resources/checkout/session.rb', line 2445 def scalapay @scalapay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
2447 2448 2449 |
# File 'lib/stripe/resources/checkout/session.rb', line 2447 def sepa_debit @sepa_debit end |
#sequra ⇒ Object (readonly)
Attribute for field sequra
2449 2450 2451 |
# File 'lib/stripe/resources/checkout/session.rb', line 2449 def sequra @sequra end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
2451 2452 2453 |
# File 'lib/stripe/resources/checkout/session.rb', line 2451 def sofort @sofort end |
#sunbit ⇒ Object (readonly)
Attribute for field sunbit
2453 2454 2455 |
# File 'lib/stripe/resources/checkout/session.rb', line 2453 def sunbit @sunbit end |
#swish ⇒ Object (readonly)
Attribute for field swish
2455 2456 2457 |
# File 'lib/stripe/resources/checkout/session.rb', line 2455 def swish @swish end |
#twint ⇒ Object (readonly)
Attribute for field twint
2457 2458 2459 |
# File 'lib/stripe/resources/checkout/session.rb', line 2457 def twint @twint end |
#upi ⇒ Object (readonly)
Attribute for field upi
2459 2460 2461 |
# File 'lib/stripe/resources/checkout/session.rb', line 2459 def upi @upi end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
2461 2462 2463 |
# File 'lib/stripe/resources/checkout/session.rb', line 2461 def us_bank_account @us_bank_account end |
#wechat_pay ⇒ Object (readonly)
Attribute for field wechat_pay
2463 2464 2465 |
# File 'lib/stripe/resources/checkout/session.rb', line 2463 def wechat_pay @wechat_pay end |
Class Method Details
.field_remappings ⇒ Object
2518 2519 2520 |
# File 'lib/stripe/resources/checkout/session.rb', line 2518 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/stripe/resources/checkout/session.rb', line 2465 def self.inner_class_types @inner_class_types = { acss_debit: AcssDebit, affirm: Affirm, afterpay_clearpay: AfterpayClearpay, alipay: Alipay, alma: Alma, amazon_pay: AmazonPay, au_becs_debit: AuBecsDebit, bacs_debit: BacsDebit, bancontact: Bancontact, billie: Billie, bizum: Bizum, boleto: Boleto, card: Card, cashapp: Cashapp, customer_balance: CustomerBalance, eps: Eps, fpx: Fpx, giropay: Giropay, grabpay: Grabpay, ideal: Ideal, kakao_pay: KakaoPay, klarna: Klarna, konbini: Konbini, kr_card: KrCard, link: Link, mobilepay: Mobilepay, multibanco: Multibanco, naver_pay: NaverPay, oxxo: Oxxo, p24: P24, payco: Payco, paynow: Paynow, paypal: Paypal, payto: Payto, pix: Pix, revolut_pay: RevolutPay, samsung_pay: SamsungPay, satispay: Satispay, scalapay: Scalapay, sepa_debit: SepaDebit, sequra: Sequra, sofort: Sofort, sunbit: Sunbit, swish: Swish, twint: Twint, upi: Upi, us_bank_account: UsBankAccount, wechat_pay: WechatPay, } end |