Class: Stripe::Mandate::PaymentMethodDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Mandate::PaymentMethodDetails
- Defined in:
- lib/stripe/resources/mandate.rb
Defined Under Namespace
Classes: AcssDebit, AmazonPay, AuBecsDebit, BacsDebit, Card, Cashapp, KakaoPay, KrCard, Link, Paypal, Payto, RevolutPay, SepaDebit, UsBankAccount
Constant Summary
Constants inherited from StripeObject
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.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#cashapp ⇒ Object
readonly
Returns the value of attribute cashapp.
-
#kakao_pay ⇒ Object
readonly
Returns the value of attribute kakao_pay.
-
#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.
-
#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 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)
Returns the value of attribute acss_debit.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def acss_debit @acss_debit end |
#amazon_pay ⇒ Object (readonly)
Returns the value of attribute amazon_pay.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def amazon_pay @amazon_pay end |
#au_becs_debit ⇒ Object (readonly)
Returns the value of attribute au_becs_debit.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def au_becs_debit @au_becs_debit end |
#bacs_debit ⇒ Object (readonly)
Returns the value of attribute bacs_debit.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def bacs_debit @bacs_debit end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def card @card end |
#cashapp ⇒ Object (readonly)
Returns the value of attribute cashapp.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def cashapp @cashapp end |
#kakao_pay ⇒ Object (readonly)
Returns the value of attribute kakao_pay.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def kakao_pay @kakao_pay end |
#kr_card ⇒ Object (readonly)
Returns the value of attribute kr_card.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def kr_card @kr_card end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def link @link end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def paypal @paypal end |
#payto ⇒ Object (readonly)
Returns the value of attribute payto.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def payto @payto end |
#revolut_pay ⇒ Object (readonly)
Returns the value of attribute revolut_pay.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def revolut_pay @revolut_pay end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def sepa_debit @sepa_debit end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def type @type end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
61 62 63 |
# File 'lib/stripe/resources/mandate.rb', line 61 def us_bank_account @us_bank_account end |