Class: CheckoutSdk::Payments::EPSSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::EPSSource
- Defined in:
- lib/checkout_sdk/payments/source/apm/eps_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ EPSSource
constructor
A new instance of EPSSource.
Constructor Details
#initialize ⇒ EPSSource
Returns a new instance of EPSSource.
10 11 12 |
# File 'lib/checkout_sdk/payments/source/apm/eps_source.rb', line 10 def initialize super CheckoutSdk::Common::PaymentSourceType::EPS end |
Instance Attribute Details
#purpose ⇒ String
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/payments/source/apm/eps_source.rb', line 7 class EPSSource < PaymentSource attr_accessor :purpose def initialize super CheckoutSdk::Common::PaymentSourceType::EPS end end |