Class: Stripe::SetupAttempt::PaymentMethodDetails
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupAttempt::PaymentMethodDetails
- Defined in:
- lib/stripe/resources/setup_attempt.rb
Defined Under Namespace
Classes: AcssDebit, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Boleto, Card, CardPresent, Cashapp, IdBankTransfer, Ideal, KakaoPay, Klarna, KrCard, Link, Paypal, Payto, RevolutPay, SepaDebit, Sofort, UsBankAccount
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#acss_debit ⇒ Object
readonly
Returns the value of attribute acss_debit.
-
#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.
-
#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.
-
#id_bank_transfer ⇒ Object
readonly
Returns the value of attribute id_bank_transfer.
-
#ideal ⇒ Object
readonly
Returns the value of attribute ideal.
-
#kakao_pay ⇒ Object
readonly
Returns the value of attribute kakao_pay.
-
#klarna ⇒ Object
readonly
Returns the value of attribute klarna.
-
#kr_card ⇒ Object
readonly
Returns the value of attribute kr_card.
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#paypal ⇒ Object
readonly
Returns the value of attribute paypal.
-
#payto ⇒ Object
readonly
Returns the value of attribute payto.
-
#revolut_pay ⇒ Object
readonly
Returns the value of attribute revolut_pay.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#sofort ⇒ Object
readonly
Returns the value of attribute sofort.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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)
Returns the value of attribute acss_debit.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def acss_debit @acss_debit end |
#amazon_pay ⇒ Object (readonly)
Returns the value of attribute amazon_pay.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Returns the value of attribute au_becs_debit.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Returns the value of attribute bacs_debit.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def bacs_debit @bacs_debit end |
#bancontact ⇒ Object (readonly)
Returns the value of attribute bancontact.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def bancontact @bancontact end |
#boleto ⇒ Object (readonly)
Returns the value of attribute boleto.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def boleto @boleto end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def card @card end |
#card_present ⇒ Object (readonly)
Returns the value of attribute card_present.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def card_present @card_present end |
#cashapp ⇒ Object (readonly)
Returns the value of attribute cashapp.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def cashapp @cashapp end |
#id_bank_transfer ⇒ Object (readonly)
Returns the value of attribute id_bank_transfer.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def id_bank_transfer @id_bank_transfer end |
#ideal ⇒ Object (readonly)
Returns the value of attribute ideal.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def ideal @ideal end |
#kakao_pay ⇒ Object (readonly)
Returns the value of attribute kakao_pay.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def kakao_pay @kakao_pay end |
#klarna ⇒ Object (readonly)
Returns the value of attribute klarna.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def klarna @klarna end |
#kr_card ⇒ Object (readonly)
Returns the value of attribute kr_card.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def link @link end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def paypal @paypal end |
#payto ⇒ Object (readonly)
Returns the value of attribute payto.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def payto @payto end |
#revolut_pay ⇒ Object (readonly)
Returns the value of attribute revolut_pay.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def revolut_pay @revolut_pay end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def sepa_debit @sepa_debit end |
#sofort ⇒ Object (readonly)
Returns the value of attribute sofort.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def sofort @sofort end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def type @type end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
77 78 79 |
# File 'lib/stripe/resources/setup_attempt.rb', line 77 def us_bank_account @us_bank_account end |