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
923 924 925 |
# File 'lib/stripe/resources/checkout/session.rb', line 923 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
925 926 927 |
# File 'lib/stripe/resources/checkout/session.rb', line 925 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
927 928 929 |
# File 'lib/stripe/resources/checkout/session.rb', line 927 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
929 930 931 |
# File 'lib/stripe/resources/checkout/session.rb', line 929 def alipay @alipay end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
931 932 933 |
# File 'lib/stripe/resources/checkout/session.rb', line 931 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
933 934 935 |
# File 'lib/stripe/resources/checkout/session.rb', line 933 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
935 936 937 |
# File 'lib/stripe/resources/checkout/session.rb', line 935 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
937 938 939 |
# File 'lib/stripe/resources/checkout/session.rb', line 937 def bancontact @bancontact end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
939 940 941 |
# File 'lib/stripe/resources/checkout/session.rb', line 939 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
941 942 943 |
# File 'lib/stripe/resources/checkout/session.rb', line 941 def card @card end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
943 944 945 |
# File 'lib/stripe/resources/checkout/session.rb', line 943 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
945 946 947 |
# File 'lib/stripe/resources/checkout/session.rb', line 945 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
947 948 949 |
# File 'lib/stripe/resources/checkout/session.rb', line 947 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
949 950 951 |
# File 'lib/stripe/resources/checkout/session.rb', line 949 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
951 952 953 |
# File 'lib/stripe/resources/checkout/session.rb', line 951 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
953 954 955 |
# File 'lib/stripe/resources/checkout/session.rb', line 953 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
955 956 957 |
# File 'lib/stripe/resources/checkout/session.rb', line 955 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
957 958 959 |
# File 'lib/stripe/resources/checkout/session.rb', line 957 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
959 960 961 |
# File 'lib/stripe/resources/checkout/session.rb', line 959 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
961 962 963 |
# File 'lib/stripe/resources/checkout/session.rb', line 961 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
963 964 965 |
# File 'lib/stripe/resources/checkout/session.rb', line 963 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
965 966 967 |
# File 'lib/stripe/resources/checkout/session.rb', line 965 def link @link end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
967 968 969 |
# File 'lib/stripe/resources/checkout/session.rb', line 967 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
969 970 971 |
# File 'lib/stripe/resources/checkout/session.rb', line 969 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
971 972 973 |
# File 'lib/stripe/resources/checkout/session.rb', line 971 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
973 974 975 |
# File 'lib/stripe/resources/checkout/session.rb', line 973 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
975 976 977 |
# File 'lib/stripe/resources/checkout/session.rb', line 975 def p24 @p24 end |
#payco ⇒ Object (readonly)
Attribute for field payco
977 978 979 |
# File 'lib/stripe/resources/checkout/session.rb', line 977 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
979 980 981 |
# File 'lib/stripe/resources/checkout/session.rb', line 979 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
981 982 983 |
# File 'lib/stripe/resources/checkout/session.rb', line 981 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
983 984 985 |
# File 'lib/stripe/resources/checkout/session.rb', line 983 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
985 986 987 |
# File 'lib/stripe/resources/checkout/session.rb', line 985 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
987 988 989 |
# File 'lib/stripe/resources/checkout/session.rb', line 987 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
989 990 991 |
# File 'lib/stripe/resources/checkout/session.rb', line 989 def samsung_pay @samsung_pay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
991 992 993 |
# File 'lib/stripe/resources/checkout/session.rb', line 991 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
993 994 995 |
# File 'lib/stripe/resources/checkout/session.rb', line 993 def sofort @sofort end |
#swish ⇒ Object (readonly)
Attribute for field swish
995 996 997 |
# File 'lib/stripe/resources/checkout/session.rb', line 995 def swish @swish end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
997 998 999 |
# File 'lib/stripe/resources/checkout/session.rb', line 997 def us_bank_account @us_bank_account end |