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.



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

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

Instance Attribute Details

#bankObject

The customer’s bank.



328
329
330
# File 'lib/stripe/services/payment_method_service.rb', line 328

def bank
  @bank
end