Class: CheckoutSdk::Previous::Payments::EPSSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::EPSSource
- Defined in:
- lib/checkout_sdk/payments/previous/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
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
#bic ⇒ String
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 |
#purpose ⇒ String
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 |