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