Class: Stripe::SetupIntent::PaymentMethodOptions
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupIntent::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/setup_intent.rb
Defined Under Namespace
Classes: AcssDebit, AmazonPay, BacsDebit, Card, CardPresent, Link, Paypal, Payto, SepaDebit, 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.
-
#bacs_debit ⇒ Object
readonly
Returns the value of attribute bacs_debit.
-
#card ⇒ Object
readonly
Returns the value of attribute card.
-
#card_present ⇒ Object
readonly
Returns the value of attribute card_present.
-
#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.
-
#sepa_debit ⇒ Object
readonly
Returns the value of attribute sepa_debit.
-
#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.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def acss_debit @acss_debit end |
#amazon_pay ⇒ Object (readonly)
Returns the value of attribute amazon_pay.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def amazon_pay @amazon_pay end |
#bacs_debit ⇒ Object (readonly)
Returns the value of attribute bacs_debit.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def bacs_debit @bacs_debit end |
#card ⇒ Object (readonly)
Returns the value of attribute card.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def card @card end |
#card_present ⇒ Object (readonly)
Returns the value of attribute card_present.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def card_present @card_present end |
#link ⇒ Object (readonly)
Returns the value of attribute link.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def link @link end |
#paypal ⇒ Object (readonly)
Returns the value of attribute paypal.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def paypal @paypal end |
#payto ⇒ Object (readonly)
Returns the value of attribute payto.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def payto @payto end |
#sepa_debit ⇒ Object (readonly)
Returns the value of attribute sepa_debit.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def sepa_debit @sepa_debit end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
131 132 133 |
# File 'lib/stripe/resources/setup_intent.rb', line 131 def us_bank_account @us_bank_account end |