Class: CheckoutSdk::Previous::Payments::GiropaySource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::GiropaySource
- Defined in:
- lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb
Instance Attribute Summary collapse
- #bic ⇒ String
-
#info_fields ⇒ Object
Returns the value of attribute info_fields.
- #info_fieldss ⇒ InfoFields
- #purpose ⇒ String
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ GiropaySource
constructor
A new instance of GiropaySource.
Constructor Details
#initialize ⇒ GiropaySource
Returns a new instance of GiropaySource.
17 18 19 |
# File 'lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb', line 17 def initialize super CheckoutSdk::Common::PaymentSourceType::GIROPAY end |
Instance Attribute Details
#bic ⇒ String
12 13 14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb', line 12 class GiropaySource < PaymentSource attr_accessor :purpose, :bic, :info_fields def initialize super CheckoutSdk::Common::PaymentSourceType::GIROPAY end end |
#info_fields ⇒ Object
Returns the value of attribute info_fields.
13 14 15 |
# File 'lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb', line 13 def info_fields @info_fields end |
#info_fieldss ⇒ InfoFields
12 13 14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb', line 12 class GiropaySource < PaymentSource attr_accessor :purpose, :bic, :info_fields def initialize super CheckoutSdk::Common::PaymentSourceType::GIROPAY end end |
#purpose ⇒ String
12 13 14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb', line 12 class GiropaySource < PaymentSource attr_accessor :purpose, :bic, :info_fields def initialize super CheckoutSdk::Common::PaymentSourceType::GIROPAY end end |