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
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.
-
#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.
-
#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.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#sofort ⇒ Object
readonly
Attribute for field sofort.
-
#swish ⇒ Object
readonly
Attribute for field swish.
-
#us_bank_account ⇒ Object
readonly
Attribute for field 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)
Attribute for field acss_debit
853 854 855 |
# File 'lib/stripe/resources/checkout/session.rb', line 853 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
855 856 857 |
# File 'lib/stripe/resources/checkout/session.rb', line 855 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
857 858 859 |
# File 'lib/stripe/resources/checkout/session.rb', line 857 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
859 860 861 |
# File 'lib/stripe/resources/checkout/session.rb', line 859 def alipay @alipay end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
861 862 863 |
# File 'lib/stripe/resources/checkout/session.rb', line 861 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
863 864 865 |
# File 'lib/stripe/resources/checkout/session.rb', line 863 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
865 866 867 |
# File 'lib/stripe/resources/checkout/session.rb', line 865 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
867 868 869 |
# File 'lib/stripe/resources/checkout/session.rb', line 867 def bancontact @bancontact end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
869 870 871 |
# File 'lib/stripe/resources/checkout/session.rb', line 869 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
871 872 873 |
# File 'lib/stripe/resources/checkout/session.rb', line 871 def card @card end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
873 874 875 |
# File 'lib/stripe/resources/checkout/session.rb', line 873 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
875 876 877 |
# File 'lib/stripe/resources/checkout/session.rb', line 875 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
877 878 879 |
# File 'lib/stripe/resources/checkout/session.rb', line 877 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
879 880 881 |
# File 'lib/stripe/resources/checkout/session.rb', line 879 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
881 882 883 |
# File 'lib/stripe/resources/checkout/session.rb', line 881 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
883 884 885 |
# File 'lib/stripe/resources/checkout/session.rb', line 883 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
885 886 887 |
# File 'lib/stripe/resources/checkout/session.rb', line 885 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
887 888 889 |
# File 'lib/stripe/resources/checkout/session.rb', line 887 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
889 890 891 |
# File 'lib/stripe/resources/checkout/session.rb', line 889 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
891 892 893 |
# File 'lib/stripe/resources/checkout/session.rb', line 891 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
893 894 895 |
# File 'lib/stripe/resources/checkout/session.rb', line 893 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
895 896 897 |
# File 'lib/stripe/resources/checkout/session.rb', line 895 def link @link end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
897 898 899 |
# File 'lib/stripe/resources/checkout/session.rb', line 897 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
899 900 901 |
# File 'lib/stripe/resources/checkout/session.rb', line 899 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
901 902 903 |
# File 'lib/stripe/resources/checkout/session.rb', line 901 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
903 904 905 |
# File 'lib/stripe/resources/checkout/session.rb', line 903 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
905 906 907 |
# File 'lib/stripe/resources/checkout/session.rb', line 905 def p24 @p24 end |
#payco ⇒ Object (readonly)
Attribute for field payco
907 908 909 |
# File 'lib/stripe/resources/checkout/session.rb', line 907 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
909 910 911 |
# File 'lib/stripe/resources/checkout/session.rb', line 909 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
911 912 913 |
# File 'lib/stripe/resources/checkout/session.rb', line 911 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
913 914 915 |
# File 'lib/stripe/resources/checkout/session.rb', line 913 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
915 916 917 |
# File 'lib/stripe/resources/checkout/session.rb', line 915 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
917 918 919 |
# File 'lib/stripe/resources/checkout/session.rb', line 917 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
919 920 921 |
# File 'lib/stripe/resources/checkout/session.rb', line 919 def samsung_pay @samsung_pay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
921 922 923 |
# File 'lib/stripe/resources/checkout/session.rb', line 921 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
923 924 925 |
# File 'lib/stripe/resources/checkout/session.rb', line 923 def sofort @sofort end |
#swish ⇒ Object (readonly)
Attribute for field swish
925 926 927 |
# File 'lib/stripe/resources/checkout/session.rb', line 925 def swish @swish end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
927 928 929 |
# File 'lib/stripe/resources/checkout/session.rb', line 927 def us_bank_account @us_bank_account end |