Class: Stripe::Charge::PaymentMethodDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Charge::PaymentMethodDetails
- Defined in:
- lib/stripe/resources/charge.rb
Defined Under Namespace
Classes: AchCreditTransfer, AchDebit, AcssDebit, Affirm, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Blik, Boleto, Card, CardPresent, Cashapp, CustomerBalance, Eps, Fpx, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Klarna, Konbini, KrCard, Link, MbWay, Mobilepay, Multibanco, NaverPay, Oxxo, P24, Payco, Paynow, Paypal, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, SepaCreditTransfer, SepaDebit, Shopeepay, Sofort, StripeAccount, Swish, Twint, UsBankAccount, Wechat, WechatPay, Zip
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#ach_credit_transfer ⇒ Object
readonly
Returns the value of attribute ach_credit_transfer.
-
#ach_debit ⇒ Object
readonly
Returns the value of attribute ach_debit.
-
#acss_debit ⇒ Object
readonly
Returns the value of attribute acss_debit.
-
#affirm ⇒ Object
readonly
Returns the value of attribute affirm.
-
#afterpay_clearpay ⇒ Object
readonly
Returns the value of attribute afterpay_clearpay.
-
#alipay ⇒ Object
readonly
Returns the value of attribute alipay.
-
#alma ⇒ Object
readonly
Returns the value of attribute alma.
-
#amazon_pay ⇒ Object
readonly
Returns the value of attribute amazon_pay.
-
#au_becs_debit ⇒ Object
readonly
Returns the value of attribute au_becs_debit.
-
#bacs_debit ⇒ Object
readonly
Returns the value of attribute bacs_debit.
-
#bancontact ⇒ Object
readonly
Returns the value of attribute bancontact.
-
#blik ⇒ Object
readonly
Returns the value of attribute blik.
-
#boleto ⇒ Object
readonly
Returns the value of attribute boleto.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#card_present ⇒ Object
readonly
Returns the value of attribute card_present.
-
#cashapp ⇒ Object
readonly
Returns the value of attribute cashapp.
-
#customer_balance ⇒ Object
readonly
Returns the value of attribute customer_balance.
-
#eps ⇒ Object
readonly
Returns the value of attribute eps.
-
#fpx ⇒ Object
readonly
Returns the value of attribute fpx.
-
#giropay ⇒ Object
readonly
Returns the value of attribute giropay.
-
#gopay ⇒ Object
readonly
Returns the value of attribute gopay.
-
#grabpay ⇒ Object
readonly
Returns the value of attribute grabpay.
-
#id_bank_transfer ⇒ Object
readonly
Returns the value of attribute id_bank_transfer.
-
#ideal ⇒ Object
readonly
Returns the value of attribute ideal.
-
#interac_present ⇒ Object
readonly
Returns the value of attribute interac_present.
-
#kakao_pay ⇒ Object
readonly
Returns the value of attribute kakao_pay.
-
#klarna ⇒ Object
readonly
Returns the value of attribute klarna.
-
#konbini ⇒ Object
readonly
Returns the value of attribute konbini.
-
#kr_card ⇒ Object
readonly
Returns the value of attribute kr_card.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#mb_way ⇒ Object
readonly
Returns the value of attribute mb_way.
-
#mobilepay ⇒ Object
readonly
Returns the value of attribute mobilepay.
-
#multibanco ⇒ Object
readonly
Returns the value of attribute multibanco.
-
#naver_pay ⇒ Object
readonly
Returns the value of attribute naver_pay.
-
#oxxo ⇒ Object
readonly
Returns the value of attribute oxxo.
-
#p24 ⇒ Object
readonly
Returns the value of attribute p24.
-
#payco ⇒ Object
readonly
Returns the value of attribute payco.
-
#paynow ⇒ Object
readonly
Returns the value of attribute paynow.
-
#paypal ⇒ Object
readonly
Returns the value of attribute paypal.
-
#payto ⇒ Object
readonly
Returns the value of attribute payto.
-
#pix ⇒ Object
readonly
Returns the value of attribute pix.
-
#promptpay ⇒ Object
readonly
Returns the value of attribute promptpay.
-
#qris ⇒ Object
readonly
Returns the value of attribute qris.
-
#rechnung ⇒ Object
readonly
Returns the value of attribute rechnung.
-
#revolut_pay ⇒ Object
readonly
Returns the value of attribute revolut_pay.
-
#samsung_pay ⇒ Object
readonly
Returns the value of attribute samsung_pay.
-
#sepa_credit_transfer ⇒ Object
readonly
Returns the value of attribute sepa_credit_transfer.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#shopeepay ⇒ Object
readonly
Returns the value of attribute shopeepay.
-
#sofort ⇒ Object
readonly
Returns the value of attribute sofort.
-
#stripe_account ⇒ Object
readonly
Returns the value of attribute stripe_account.
-
#swish ⇒ Object
readonly
Returns the value of attribute swish.
-
#twint ⇒ Object
readonly
Returns the value of attribute twint.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
-
#wechat ⇒ Object
readonly
Returns the value of attribute wechat.
-
#wechat_pay ⇒ Object
readonly
Returns the value of attribute wechat_pay.
-
#zip ⇒ Object
readonly
Returns the value of attribute zip.
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
#ach_credit_transfer ⇒ Object (readonly)
Returns the value of attribute ach_credit_transfer.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def ach_credit_transfer @ach_credit_transfer end |
#ach_debit ⇒ Object (readonly)
Returns the value of attribute ach_debit.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def ach_debit @ach_debit end |
#acss_debit ⇒ Object (readonly)
Returns the value of attribute acss_debit.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def acss_debit @acss_debit end |
#affirm ⇒ Object (readonly)
Returns the value of attribute affirm.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def affirm @affirm end |
#afterpay_clearpay ⇒ Object (readonly)
Returns the value of attribute afterpay_clearpay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def afterpay_clearpay @afterpay_clearpay end |
#alipay ⇒ Object (readonly)
Returns the value of attribute alipay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def alipay @alipay end |
#alma ⇒ Object (readonly)
Returns the value of attribute alma.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def alma @alma end |
#amazon_pay ⇒ Object (readonly)
Returns the value of attribute amazon_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Returns the value of attribute au_becs_debit.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Returns the value of attribute bacs_debit.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Returns the value of attribute bancontact.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def bancontact @bancontact end |
#blik ⇒ Object (readonly)
Returns the value of attribute blik.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def blik @blik end |
#boleto ⇒ Object (readonly)
Returns the value of attribute boleto.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def boleto @boleto end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def card @card end |
#card_present ⇒ Object (readonly)
Returns the value of attribute card_present.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def card_present @card_present end |
#cashapp ⇒ Object (readonly)
Returns the value of attribute cashapp.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def cashapp @cashapp end |
#customer_balance ⇒ Object (readonly)
Returns the value of attribute customer_balance.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def customer_balance @customer_balance end |
#eps ⇒ Object (readonly)
Returns the value of attribute eps.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def eps @eps end |
#fpx ⇒ Object (readonly)
Returns the value of attribute fpx.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def fpx @fpx end |
#giropay ⇒ Object (readonly)
Returns the value of attribute giropay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def giropay @giropay end |
#gopay ⇒ Object (readonly)
Returns the value of attribute gopay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def gopay @gopay end |
#grabpay ⇒ Object (readonly)
Returns the value of attribute grabpay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def grabpay @grabpay end |
#id_bank_transfer ⇒ Object (readonly)
Returns the value of attribute id_bank_transfer.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def id_bank_transfer @id_bank_transfer end |
#ideal ⇒ Object (readonly)
Returns the value of attribute ideal.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def ideal @ideal end |
#interac_present ⇒ Object (readonly)
Returns the value of attribute interac_present.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def interac_present @interac_present end |
#kakao_pay ⇒ Object (readonly)
Returns the value of attribute kakao_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Returns the value of attribute klarna.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def klarna @klarna end |
#konbini ⇒ Object (readonly)
Returns the value of attribute konbini.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def konbini @konbini end |
#kr_card ⇒ Object (readonly)
Returns the value of attribute kr_card.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def link @link end |
#mb_way ⇒ Object (readonly)
Returns the value of attribute mb_way.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def mb_way @mb_way end |
#mobilepay ⇒ Object (readonly)
Returns the value of attribute mobilepay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def mobilepay @mobilepay end |
#multibanco ⇒ Object (readonly)
Returns the value of attribute multibanco.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def multibanco @multibanco end |
#naver_pay ⇒ Object (readonly)
Returns the value of attribute naver_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def naver_pay @naver_pay end |
#oxxo ⇒ Object (readonly)
Returns the value of attribute oxxo.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def oxxo @oxxo end |
#p24 ⇒ Object (readonly)
Returns the value of attribute p24.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def p24 @p24 end |
#payco ⇒ Object (readonly)
Returns the value of attribute payco.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def payco @payco end |
#paynow ⇒ Object (readonly)
Returns the value of attribute paynow.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def paynow @paynow end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def paypal @paypal end |
#payto ⇒ Object (readonly)
Returns the value of attribute payto.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def payto @payto end |
#pix ⇒ Object (readonly)
Returns the value of attribute pix.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def pix @pix end |
#promptpay ⇒ Object (readonly)
Returns the value of attribute promptpay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def promptpay @promptpay end |
#qris ⇒ Object (readonly)
Returns the value of attribute qris.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def qris @qris end |
#rechnung ⇒ Object (readonly)
Returns the value of attribute rechnung.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def rechnung @rechnung end |
#revolut_pay ⇒ Object (readonly)
Returns the value of attribute revolut_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def revolut_pay @revolut_pay end |
#samsung_pay ⇒ Object (readonly)
Returns the value of attribute samsung_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def samsung_pay @samsung_pay end |
#sepa_credit_transfer ⇒ Object (readonly)
Returns the value of attribute sepa_credit_transfer.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def sepa_credit_transfer @sepa_credit_transfer end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def sepa_debit @sepa_debit end |
#shopeepay ⇒ Object (readonly)
Returns the value of attribute shopeepay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def shopeepay @shopeepay end |
#sofort ⇒ Object (readonly)
Returns the value of attribute sofort.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def sofort @sofort end |
#stripe_account ⇒ Object (readonly)
Returns the value of attribute stripe_account.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def stripe_account @stripe_account end |
#swish ⇒ Object (readonly)
Returns the value of attribute swish.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def swish @swish end |
#twint ⇒ Object (readonly)
Returns the value of attribute twint.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def twint @twint end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def type @type end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def us_bank_account @us_bank_account end |
#wechat ⇒ Object (readonly)
Returns the value of attribute wechat.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def wechat @wechat end |
#wechat_pay ⇒ Object (readonly)
Returns the value of attribute wechat_pay.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def wechat_pay @wechat_pay end |
#zip ⇒ Object (readonly)
Returns the value of attribute zip.
376 377 378 |
# File 'lib/stripe/resources/charge.rb', line 376 def zip @zip end |