Class: CheckoutSdk::Previous::Payments::EPSSource

Inherits:
PaymentSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/source/apm/eps_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeEPSSource



14
15
16
# File 'lib/checkout_sdk/payments/previous/source/apm/eps_source.rb', line 14

def initialize
  super CheckoutSdk::Common::PaymentSourceType::EPS
end

Instance Attribute Details

#bicString



10
11
12
13
14
15
16
17
# File 'lib/checkout_sdk/payments/previous/source/apm/eps_source.rb', line 10

class EPSSource < PaymentSource
  attr_accessor :purpose,
                :bic

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::EPS
  end
end

#purposeString



10
11
12
13
14
15
16
17
# File 'lib/checkout_sdk/payments/previous/source/apm/eps_source.rb', line 10

class EPSSource < PaymentSource
  attr_accessor :purpose,
                :bic

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::EPS
  end
end