Class: Stripe::SetupIntentCreateParams::PaymentMethodData::P24
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentCreateParams::PaymentMethodData::P24
- Defined in:
- lib/stripe/params/setup_intent_create_params.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.
286 287 288 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 286 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
284 285 286 |
# File 'lib/stripe/params/setup_intent_create_params.rb', line 284 def bank @bank end |