Class: Stripe::SetupIntent::UpdateParams::PaymentMethodData::P24
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntent::UpdateParams::PaymentMethodData::P24
- Defined in:
- lib/stripe/resources/setup_intent.rb
Instance Attribute Summary collapse
-
#bank ⇒ Object
The customer’s bank.
Instance Method Summary collapse
-
#initialize(bank: nil) ⇒ P24
constructor
A new instance of P24.
Methods inherited from RequestParams
Constructor Details
#initialize(bank: nil) ⇒ P24
Returns a new instance of P24.
1612 1613 1614 |
# File 'lib/stripe/resources/setup_intent.rb', line 1612 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
1610 1611 1612 |
# File 'lib/stripe/resources/setup_intent.rb', line 1610 def bank @bank end |