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
891 892 893 |
# File 'lib/stripe/resources/checkout/session.rb', line 891 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
893 894 895 |
# File 'lib/stripe/resources/checkout/session.rb', line 893 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
895 896 897 |
# File 'lib/stripe/resources/checkout/session.rb', line 895 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
897 898 899 |
# File 'lib/stripe/resources/checkout/session.rb', line 897 def alipay @alipay end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
899 900 901 |
# File 'lib/stripe/resources/checkout/session.rb', line 899 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
901 902 903 |
# File 'lib/stripe/resources/checkout/session.rb', line 901 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
903 904 905 |
# File 'lib/stripe/resources/checkout/session.rb', line 903 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
905 906 907 |
# File 'lib/stripe/resources/checkout/session.rb', line 905 def bancontact @bancontact end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
907 908 909 |
# File 'lib/stripe/resources/checkout/session.rb', line 907 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
909 910 911 |
# File 'lib/stripe/resources/checkout/session.rb', line 909 def card @card end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
911 912 913 |
# File 'lib/stripe/resources/checkout/session.rb', line 911 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
913 914 915 |
# File 'lib/stripe/resources/checkout/session.rb', line 913 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
915 916 917 |
# File 'lib/stripe/resources/checkout/session.rb', line 915 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
917 918 919 |
# File 'lib/stripe/resources/checkout/session.rb', line 917 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
919 920 921 |
# File 'lib/stripe/resources/checkout/session.rb', line 919 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
921 922 923 |
# File 'lib/stripe/resources/checkout/session.rb', line 921 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
923 924 925 |
# File 'lib/stripe/resources/checkout/session.rb', line 923 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
925 926 927 |
# File 'lib/stripe/resources/checkout/session.rb', line 925 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
927 928 929 |
# File 'lib/stripe/resources/checkout/session.rb', line 927 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
929 930 931 |
# File 'lib/stripe/resources/checkout/session.rb', line 929 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
931 932 933 |
# File 'lib/stripe/resources/checkout/session.rb', line 931 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
933 934 935 |
# File 'lib/stripe/resources/checkout/session.rb', line 933 def link @link end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
935 936 937 |
# File 'lib/stripe/resources/checkout/session.rb', line 935 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
937 938 939 |
# File 'lib/stripe/resources/checkout/session.rb', line 937 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
939 940 941 |
# File 'lib/stripe/resources/checkout/session.rb', line 939 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
941 942 943 |
# File 'lib/stripe/resources/checkout/session.rb', line 941 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
943 944 945 |
# File 'lib/stripe/resources/checkout/session.rb', line 943 def p24 @p24 end |
#payco ⇒ Object (readonly)
Attribute for field payco
945 946 947 |
# File 'lib/stripe/resources/checkout/session.rb', line 945 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
947 948 949 |
# File 'lib/stripe/resources/checkout/session.rb', line 947 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
949 950 951 |
# File 'lib/stripe/resources/checkout/session.rb', line 949 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
951 952 953 |
# File 'lib/stripe/resources/checkout/session.rb', line 951 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
953 954 955 |
# File 'lib/stripe/resources/checkout/session.rb', line 953 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
955 956 957 |
# File 'lib/stripe/resources/checkout/session.rb', line 955 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
957 958 959 |
# File 'lib/stripe/resources/checkout/session.rb', line 957 def samsung_pay @samsung_pay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
959 960 961 |
# File 'lib/stripe/resources/checkout/session.rb', line 959 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
961 962 963 |
# File 'lib/stripe/resources/checkout/session.rb', line 961 def sofort @sofort end |
#swish ⇒ Object (readonly)
Attribute for field swish
963 964 965 |
# File 'lib/stripe/resources/checkout/session.rb', line 963 def swish @swish end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
965 966 967 |
# File 'lib/stripe/resources/checkout/session.rb', line 965 def us_bank_account @us_bank_account end |