Class: Stripe::PaymentMethodService::CreateParams::P24
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethodService::CreateParams::P24
- Defined in:
- lib/stripe/services/payment_method_service.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.
330 331 332 |
# File 'lib/stripe/services/payment_method_service.rb', line 330 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
328 329 330 |
# File 'lib/stripe/services/payment_method_service.rb', line 328 def bank @bank end |