Class: Stripe::SetupIntent::CreateParams::PaymentMethodData::P24
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntent::CreateParams::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.
1013 1014 1015 |
# File 'lib/stripe/resources/setup_intent.rb', line 1013 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
1011 1012 1013 |
# File 'lib/stripe/resources/setup_intent.rb', line 1011 def bank @bank end |