Class: Stripe::PaymentMethodService::CreateParams::Eps

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) ⇒ Eps

Returns a new instance of Eps.



195
196
197
# File 'lib/stripe/services/payment_method_service.rb', line 195

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

Instance Attribute Details

#bankObject

The customer’s bank.



193
194
195
# File 'lib/stripe/services/payment_method_service.rb', line 193

def bank
  @bank
end