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, 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, SepaDebit, Sofort, Swish, Twint, Upi, 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.
-
#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.
-
#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.
-
#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.
-
#upi ⇒ Object
readonly
Attribute for field upi.
-
#us_bank_account ⇒ Object
readonly
Attribute for field us_bank_account.
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
2117 2118 2119 |
# File 'lib/stripe/resources/checkout/session.rb', line 2117 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Attribute for field affirm
2119 2120 2121 |
# File 'lib/stripe/resources/checkout/session.rb', line 2119 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Attribute for field afterpay_clearpay
2121 2122 2123 |
# File 'lib/stripe/resources/checkout/session.rb', line 2121 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Attribute for field alipay
2123 2124 2125 |
# File 'lib/stripe/resources/checkout/session.rb', line 2123 def alipay @alipay end |
#alma ⇒ Object (readonly)
Attribute for field alma
2125 2126 2127 |
# File 'lib/stripe/resources/checkout/session.rb', line 2125 def alma @alma end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
2127 2128 2129 |
# File 'lib/stripe/resources/checkout/session.rb', line 2127 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Attribute for field au_becs_debit
2129 2130 2131 |
# File 'lib/stripe/resources/checkout/session.rb', line 2129 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
2131 2132 2133 |
# File 'lib/stripe/resources/checkout/session.rb', line 2131 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Attribute for field bancontact
2133 2134 2135 |
# File 'lib/stripe/resources/checkout/session.rb', line 2133 def bancontact @bancontact end |
#billie ⇒ Object (readonly)
Attribute for field billie
2135 2136 2137 |
# File 'lib/stripe/resources/checkout/session.rb', line 2135 def billie @billie end |
#boleto ⇒ Object (readonly)
Attribute for field boleto
2137 2138 2139 |
# File 'lib/stripe/resources/checkout/session.rb', line 2137 def boleto @boleto end |
#card ⇒ Object (readonly)
Attribute for field card
2139 2140 2141 |
# File 'lib/stripe/resources/checkout/session.rb', line 2139 def card @card end |
#cashapp ⇒ Object (readonly)
Attribute for field cashapp
2141 2142 2143 |
# File 'lib/stripe/resources/checkout/session.rb', line 2141 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Attribute for field customer_balance
2143 2144 2145 |
# File 'lib/stripe/resources/checkout/session.rb', line 2143 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Attribute for field eps
2145 2146 2147 |
# File 'lib/stripe/resources/checkout/session.rb', line 2145 def eps @eps end |
#fpx ⇒ Object (readonly)
Attribute for field fpx
2147 2148 2149 |
# File 'lib/stripe/resources/checkout/session.rb', line 2147 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Attribute for field giropay
2149 2150 2151 |
# File 'lib/stripe/resources/checkout/session.rb', line 2149 def giropay @giropay end |
#grabpay ⇒ Object (readonly)
Attribute for field grabpay
2151 2152 2153 |
# File 'lib/stripe/resources/checkout/session.rb', line 2151 def grabpay @grabpay end |
#ideal ⇒ Object (readonly)
Attribute for field ideal
2153 2154 2155 |
# File 'lib/stripe/resources/checkout/session.rb', line 2153 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Attribute for field kakao_pay
2155 2156 2157 |
# File 'lib/stripe/resources/checkout/session.rb', line 2155 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
2157 2158 2159 |
# File 'lib/stripe/resources/checkout/session.rb', line 2157 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Attribute for field konbini
2159 2160 2161 |
# File 'lib/stripe/resources/checkout/session.rb', line 2159 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Attribute for field kr_card
2161 2162 2163 |
# File 'lib/stripe/resources/checkout/session.rb', line 2161 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Attribute for field link
2163 2164 2165 |
# File 'lib/stripe/resources/checkout/session.rb', line 2163 def link @link end |
#mobilepay ⇒ Object (readonly)
Attribute for field mobilepay
2165 2166 2167 |
# File 'lib/stripe/resources/checkout/session.rb', line 2165 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Attribute for field multibanco
2167 2168 2169 |
# File 'lib/stripe/resources/checkout/session.rb', line 2167 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Attribute for field naver_pay
2169 2170 2171 |
# File 'lib/stripe/resources/checkout/session.rb', line 2169 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Attribute for field oxxo
2171 2172 2173 |
# File 'lib/stripe/resources/checkout/session.rb', line 2171 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Attribute for field p24
2173 2174 2175 |
# File 'lib/stripe/resources/checkout/session.rb', line 2173 def p24 @p24 end |
#payco ⇒ Object (readonly)
Attribute for field payco
2175 2176 2177 |
# File 'lib/stripe/resources/checkout/session.rb', line 2175 def payco @payco end |
#paynow ⇒ Object (readonly)
Attribute for field paynow
2177 2178 2179 |
# File 'lib/stripe/resources/checkout/session.rb', line 2177 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
2179 2180 2181 |
# File 'lib/stripe/resources/checkout/session.rb', line 2179 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
2181 2182 2183 |
# File 'lib/stripe/resources/checkout/session.rb', line 2181 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
2183 2184 2185 |
# File 'lib/stripe/resources/checkout/session.rb', line 2183 def pix @pix end |
#revolut_pay ⇒ Object (readonly)
Attribute for field revolut_pay
2185 2186 2187 |
# File 'lib/stripe/resources/checkout/session.rb', line 2185 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Attribute for field samsung_pay
2187 2188 2189 |
# File 'lib/stripe/resources/checkout/session.rb', line 2187 def samsung_pay @samsung_pay end |
#satispay ⇒ Object (readonly)
Attribute for field satispay
2189 2190 2191 |
# File 'lib/stripe/resources/checkout/session.rb', line 2189 def satispay @satispay end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
2191 2192 2193 |
# File 'lib/stripe/resources/checkout/session.rb', line 2191 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Attribute for field sofort
2193 2194 2195 |
# File 'lib/stripe/resources/checkout/session.rb', line 2193 def sofort @sofort end |
#swish ⇒ Object (readonly)
Attribute for field swish
2195 2196 2197 |
# File 'lib/stripe/resources/checkout/session.rb', line 2195 def swish @swish end |
#twint ⇒ Object (readonly)
Attribute for field twint
2197 2198 2199 |
# File 'lib/stripe/resources/checkout/session.rb', line 2197 def twint @twint end |
#upi ⇒ Object (readonly)
Attribute for field upi
2199 2200 2201 |
# File 'lib/stripe/resources/checkout/session.rb', line 2199 def upi @upi end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
2201 2202 2203 |
# File 'lib/stripe/resources/checkout/session.rb', line 2201 def us_bank_account @us_bank_account end |
Class Method Details
.field_remappings ⇒ Object
2251 2252 2253 |
# File 'lib/stripe/resources/checkout/session.rb', line 2251 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'lib/stripe/resources/checkout/session.rb', line 2203 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, 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, sepa_debit: SepaDebit, sofort: Sofort, swish: Swish, twint: Twint, upi: Upi, us_bank_account: UsBankAccount, } end |