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, Klarna, 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
Attribute for field acss_debit.
-
#amazon_pay ⇒ Object
readonly
Attribute for field amazon_pay.
-
#bacs_debit ⇒ Object
readonly
Attribute for field bacs_debit.
-
#card ⇒ Object
readonly
Attribute for field card.
-
#card_present ⇒ Object
readonly
Attribute for field card_present.
-
#klarna ⇒ Object
readonly
Attribute for field klarna.
-
#link ⇒ Object
readonly
Attribute for field link.
-
#paypal ⇒ Object
readonly
Attribute for field paypal.
-
#payto ⇒ Object
readonly
Attribute for field payto.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#us_bank_account ⇒ Object
readonly
Attribute for field us_bank_account.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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)
Attribute for field acss_debit
530 531 532 |
# File 'lib/stripe/resources/setup_intent.rb', line 530 def acss_debit @acss_debit end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
532 533 534 |
# File 'lib/stripe/resources/setup_intent.rb', line 532 def amazon_pay @amazon_pay end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
534 535 536 |
# File 'lib/stripe/resources/setup_intent.rb', line 534 def bacs_debit @bacs_debit end |
#card ⇒ Object (readonly)
Attribute for field card
536 537 538 |
# File 'lib/stripe/resources/setup_intent.rb', line 536 def card @card end |
#card_present ⇒ Object (readonly)
Attribute for field card_present
538 539 540 |
# File 'lib/stripe/resources/setup_intent.rb', line 538 def card_present @card_present end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
540 541 542 |
# File 'lib/stripe/resources/setup_intent.rb', line 540 def klarna @klarna end |
#link ⇒ Object (readonly)
Attribute for field link
542 543 544 |
# File 'lib/stripe/resources/setup_intent.rb', line 542 def link @link end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
544 545 546 |
# File 'lib/stripe/resources/setup_intent.rb', line 544 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
546 547 548 |
# File 'lib/stripe/resources/setup_intent.rb', line 546 def payto @payto end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
548 549 550 |
# File 'lib/stripe/resources/setup_intent.rb', line 548 def sepa_debit @sepa_debit end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
550 551 552 |
# File 'lib/stripe/resources/setup_intent.rb', line 550 def us_bank_account @us_bank_account end |
Class Method Details
.field_remappings ⇒ Object
568 569 570 |
# File 'lib/stripe/resources/setup_intent.rb', line 568 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 |
# File 'lib/stripe/resources/setup_intent.rb', line 552 def self.inner_class_types @inner_class_types = { acss_debit: AcssDebit, amazon_pay: AmazonPay, bacs_debit: BacsDebit, card: Card, card_present: CardPresent, klarna: Klarna, link: Link, paypal: Paypal, payto: Payto, sepa_debit: SepaDebit, us_bank_account: UsBankAccount, } end |