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.



207
208
209
# File 'lib/stripe/services/payment_method_service.rb', line 207

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

Instance Attribute Details

#bankObject

The customer’s bank.



205
206
207
# File 'lib/stripe/services/payment_method_service.rb', line 205

def bank
  @bank
end