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