Class: Stripe::PaymentMethodService::CreateParams::P24

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_method_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ P24

Returns a new instance of P24.



333
334
335
# File 'lib/stripe/services/payment_method_service.rb', line 333

def initialize(bank: nil)
  @bank = bank
end

Instance Attribute Details

#bankObject

The customer’s bank.



331
332
333
# File 'lib/stripe/services/payment_method_service.rb', line 331

def bank
  @bank
end