Class: Stripe::PaymentIntent::PaymentMethodOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: AcssDebit, Affirm, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Blik, Boleto, Card, CardPresent, Cashapp, Crypto, CustomerBalance, Eps, Fpx, Giropay, Grabpay, Ideal, InteracPresent, KakaoPay, Klarna, Konbini, KrCard, Link, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Pix, Promptpay, RevolutPay, SamsungPay, Satispay, SepaDebit, Sofort, Swish, Twint, UsBankAccount, WechatPay, Zip
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.
-
#blik ⇒ Object
readonly
Attribute for field blik.
-
#boleto ⇒ Object
readonly
Attribute for field boleto.
-
#card ⇒ Object
readonly
Attribute for field card.
-
#card_present ⇒ Object
readonly
Attribute for field card_present.
-
#cashapp ⇒ Object
readonly
Attribute for field cashapp.
-
#crypto ⇒ Object
readonly
Attribute for field crypto.
-
#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.
-
#interac_present ⇒ Object
readonly
Attribute for field interac_present.
-
#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.
-
#mb_way ⇒ Object
readonly
Attribute for field mb_way.
-
#mobilepay ⇒ Object
readonly
Attribute for field mobilepay.
-
#multibanco ⇒ Object
readonly
Attribute for field multibanco.
-
#naver_pay ⇒ Object
readonly
Attribute for field naver_pay.
-
#nz_bank_account ⇒ Object
readonly
Attribute for field nz_bank_account.
-
#oxxo ⇒ Object
readonly
Attribute for field oxxo.
-
#p24 ⇒ Object
readonly
Attribute for field p24.
-
#pay_by_bank ⇒ Object
readonly
Attribute for field pay_by_bank.
-
#payco ⇒ Object
readonly
Attribute for field payco.
-
#paynow ⇒ Object
readonly
Attribute for field paynow.
-
#paypal ⇒ Object
readonly
Attribute for field paypal.
-
#pix ⇒ Object
readonly
Attribute for field pix.
-
#promptpay ⇒ Object
readonly
Attribute for field promptpay.
-
#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.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#sofort ⇒ Object
readonly
Attribute for field sofort.
-
#swish ⇒ Object
readonly
Attribute for field swish.
-
#twint ⇒ Object
readonly
Attribute for field twint.
-
#us_bank_account ⇒ Object
readonly
Attribute for field us_bank_account.
-
#wechat_pay ⇒ Object
readonly
Attribute for field wechat_pay.
-
#zip ⇒ Object
readonly
Attribute for field zip.
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?, #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
2373 2374 2375 |
# File 'lib/stripe/resources/payment_intent.rb', line 2373 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
2375 2376 2377 |
# File 'lib/stripe/resources/payment_intent.rb', line 2375 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
2377 2378 2379 |
# File 'lib/stripe/resources/payment_intent.rb', line 2377 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
2379 2380 2381 |
# File 'lib/stripe/resources/payment_intent.rb', line 2379 def alipay @alipay end |
#alma ⇒ Object (readonly)
Attribute for field alma
2381 2382 2383 |
# File 'lib/stripe/resources/payment_intent.rb', line 2381 def alma @alma end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
2383 2384 2385 |
# File 'lib/stripe/resources/payment_intent.rb', line 2383 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
2385 2386 2387 |
# File 'lib/stripe/resources/payment_intent.rb', line 2385 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
2387 2388 2389 |
# File 'lib/stripe/resources/payment_intent.rb', line 2387 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
2389 2390 2391 |
# File 'lib/stripe/resources/payment_intent.rb', line 2389 def bancontact @bancontact end |
#billie ⇒ Object (readonly)
Attribute for field billie
2391 2392 2393 |
# File 'lib/stripe/resources/payment_intent.rb', line 2391 def billie @billie end |
#blik ⇒ Object (readonly)
Attribute for field blik
2393 2394 2395 |
# File 'lib/stripe/resources/payment_intent.rb', line 2393 def blik @blik end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
2395 2396 2397 |
# File 'lib/stripe/resources/payment_intent.rb', line 2395 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
2397 2398 2399 |
# File 'lib/stripe/resources/payment_intent.rb', line 2397 def card @card end |
#card_present ⇒ Object (readonly)
Attribute for field card_present
2399 2400 2401 |
# File 'lib/stripe/resources/payment_intent.rb', line 2399 def card_present @card_present end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
2401 2402 2403 |
# File 'lib/stripe/resources/payment_intent.rb', line 2401 def cashapp @cashapp end |
#crypto ⇒ Object (readonly)
Attribute for field crypto
2403 2404 2405 |
# File 'lib/stripe/resources/payment_intent.rb', line 2403 def crypto @crypto end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
2405 2406 2407 |
# File 'lib/stripe/resources/payment_intent.rb', line 2405 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
2407 2408 2409 |
# File 'lib/stripe/resources/payment_intent.rb', line 2407 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
2409 2410 2411 |
# File 'lib/stripe/resources/payment_intent.rb', line 2409 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
2411 2412 2413 |
# File 'lib/stripe/resources/payment_intent.rb', line 2411 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
2413 2414 2415 |
# File 'lib/stripe/resources/payment_intent.rb', line 2413 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
2415 2416 2417 |
# File 'lib/stripe/resources/payment_intent.rb', line 2415 def ideal @ideal end |
#interac_present ⇒ Object (readonly)
Attribute for field interac_present
2417 2418 2419 |
# File 'lib/stripe/resources/payment_intent.rb', line 2417 def interac_present @interac_present end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
2419 2420 2421 |
# File 'lib/stripe/resources/payment_intent.rb', line 2419 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
2421 2422 2423 |
# File 'lib/stripe/resources/payment_intent.rb', line 2421 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
2423 2424 2425 |
# File 'lib/stripe/resources/payment_intent.rb', line 2423 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
2425 2426 2427 |
# File 'lib/stripe/resources/payment_intent.rb', line 2425 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
2427 2428 2429 |
# File 'lib/stripe/resources/payment_intent.rb', line 2427 def link @link end |
#mb_way ⇒ Object (readonly)
Attribute for field mb_way
2429 2430 2431 |
# File 'lib/stripe/resources/payment_intent.rb', line 2429 def mb_way @mb_way end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
2431 2432 2433 |
# File 'lib/stripe/resources/payment_intent.rb', line 2431 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
2433 2434 2435 |
# File 'lib/stripe/resources/payment_intent.rb', line 2433 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
2435 2436 2437 |
# File 'lib/stripe/resources/payment_intent.rb', line 2435 def naver_pay @naver_pay end |
#nz_bank_account ⇒ Object (readonly)
Attribute for field nz_bank_account
2437 2438 2439 |
# File 'lib/stripe/resources/payment_intent.rb', line 2437 def nz_bank_account @nz_bank_account end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
2439 2440 2441 |
# File 'lib/stripe/resources/payment_intent.rb', line 2439 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
2441 2442 2443 |
# File 'lib/stripe/resources/payment_intent.rb', line 2441 def p24 @p24 end |
#pay_by_bank ⇒ Object (readonly)
Attribute for field pay_by_bank
2443 2444 2445 |
# File 'lib/stripe/resources/payment_intent.rb', line 2443 def pay_by_bank @pay_by_bank end |
#payco ⇒ Object (readonly)
Attribute for field payco
2445 2446 2447 |
# File 'lib/stripe/resources/payment_intent.rb', line 2445 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
2447 2448 2449 |
# File 'lib/stripe/resources/payment_intent.rb', line 2447 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
2449 2450 2451 |
# File 'lib/stripe/resources/payment_intent.rb', line 2449 def paypal @paypal end |
#pix ⇒ Object (readonly)
Attribute for field pix
2451 2452 2453 |
# File 'lib/stripe/resources/payment_intent.rb', line 2451 def pix @pix end |
#promptpay ⇒ Object (readonly)
Attribute for field promptpay
2453 2454 2455 |
# File 'lib/stripe/resources/payment_intent.rb', line 2453 def promptpay @promptpay end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
2455 2456 2457 |
# File 'lib/stripe/resources/payment_intent.rb', line 2455 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
2457 2458 2459 |
# File 'lib/stripe/resources/payment_intent.rb', line 2457 def samsung_pay @samsung_pay end |
#satispay ⇒ Object (readonly)
Attribute for field satispay
2459 2460 2461 |
# File 'lib/stripe/resources/payment_intent.rb', line 2459 def satispay @satispay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
2461 2462 2463 |
# File 'lib/stripe/resources/payment_intent.rb', line 2461 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
2463 2464 2465 |
# File 'lib/stripe/resources/payment_intent.rb', line 2463 def sofort @sofort end |
#swish ⇒ Object (readonly)
Attribute for field swish
2465 2466 2467 |
# File 'lib/stripe/resources/payment_intent.rb', line 2465 def swish @swish end |
#twint ⇒ Object (readonly)
Attribute for field twint
2467 2468 2469 |
# File 'lib/stripe/resources/payment_intent.rb', line 2467 def twint @twint end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
2469 2470 2471 |
# File 'lib/stripe/resources/payment_intent.rb', line 2469 def us_bank_account @us_bank_account end |
#wechat_pay ⇒ Object (readonly)
Attribute for field wechat_pay
2471 2472 2473 |
# File 'lib/stripe/resources/payment_intent.rb', line 2471 def wechat_pay @wechat_pay end |
#zip ⇒ Object (readonly)
Attribute for field zip
2473 2474 2475 |
# File 'lib/stripe/resources/payment_intent.rb', line 2473 def zip @zip end |
Class Method Details
.field_remappings ⇒ Object
2531 2532 2533 |
# File 'lib/stripe/resources/payment_intent.rb', line 2531 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
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 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 |
# File 'lib/stripe/resources/payment_intent.rb', line 2475 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, blik: Blik, boleto: Boleto, card: Card, card_present: CardPresent, cashapp: Cashapp, crypto: Crypto, customer_balance: CustomerBalance, eps: Eps, fpx: Fpx, giropay: Giropay, grabpay: Grabpay, ideal: Ideal, interac_present: InteracPresent, kakao_pay: KakaoPay, klarna: Klarna, konbini: Konbini, kr_card: KrCard, link: Link, mb_way: MbWay, mobilepay: Mobilepay, multibanco: Multibanco, naver_pay: NaverPay, nz_bank_account: NzBankAccount, oxxo: Oxxo, p24: P24, pay_by_bank: PayByBank, payco: Payco, paynow: Paynow, paypal: Paypal, pix: Pix, promptpay: Promptpay, revolut_pay: RevolutPay, samsung_pay: SamsungPay, satispay: Satispay, sepa_debit: SepaDebit, sofort: Sofort, swish: Swish, twint: Twint, us_bank_account: UsBankAccount, wechat_pay: WechatPay, zip: Zip, } end |