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, Pix, SepaDebit, Upi, 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.
-
#pix ⇒ Object
readonly
Attribute for field pix.
-
#sepa_debit ⇒ Object
readonly
Attribute for field sepa_debit.
-
#upi ⇒ Object
readonly
Attribute for field upi.
-
#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?, field_encodings, #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
692 693 694 |
# File 'lib/stripe/resources/setup_intent.rb', line 692 def acss_debit @acss_debit end |
#amazon_pay ⇒ Object (readonly)
Attribute for field amazon_pay
694 695 696 |
# File 'lib/stripe/resources/setup_intent.rb', line 694 def amazon_pay @amazon_pay end |
#bacs_debit ⇒ Object (readonly)
Attribute for field bacs_debit
696 697 698 |
# File 'lib/stripe/resources/setup_intent.rb', line 696 def bacs_debit @bacs_debit end |
#card ⇒ Object (readonly)
Attribute for field card
698 699 700 |
# File 'lib/stripe/resources/setup_intent.rb', line 698 def card @card end |
#card_present ⇒ Object (readonly)
Attribute for field card_present
700 701 702 |
# File 'lib/stripe/resources/setup_intent.rb', line 700 def card_present @card_present end |
#klarna ⇒ Object (readonly)
Attribute for field klarna
702 703 704 |
# File 'lib/stripe/resources/setup_intent.rb', line 702 def klarna @klarna end |
#link ⇒ Object (readonly)
Attribute for field link
704 705 706 |
# File 'lib/stripe/resources/setup_intent.rb', line 704 def link @link end |
#paypal ⇒ Object (readonly)
Attribute for field paypal
706 707 708 |
# File 'lib/stripe/resources/setup_intent.rb', line 706 def paypal @paypal end |
#payto ⇒ Object (readonly)
Attribute for field payto
708 709 710 |
# File 'lib/stripe/resources/setup_intent.rb', line 708 def payto @payto end |
#pix ⇒ Object (readonly)
Attribute for field pix
710 711 712 |
# File 'lib/stripe/resources/setup_intent.rb', line 710 def pix @pix end |
#sepa_debit ⇒ Object (readonly)
Attribute for field sepa_debit
712 713 714 |
# File 'lib/stripe/resources/setup_intent.rb', line 712 def sepa_debit @sepa_debit end |
#upi ⇒ Object (readonly)
Attribute for field upi
714 715 716 |
# File 'lib/stripe/resources/setup_intent.rb', line 714 def upi @upi end |
#us_bank_account ⇒ Object (readonly)
Attribute for field us_bank_account
716 717 718 |
# File 'lib/stripe/resources/setup_intent.rb', line 716 def us_bank_account @us_bank_account end |
Class Method Details
.field_remappings ⇒ Object
736 737 738 |
# File 'lib/stripe/resources/setup_intent.rb', line 736 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 |
# File 'lib/stripe/resources/setup_intent.rb', line 718 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, pix: Pix, sepa_debit: SepaDebit, upi: Upi, us_bank_account: UsBankAccount, } end |