Class: CheckoutSdk::Previous::Payments::GiropaySource

Inherits:
PaymentSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/source/apm/giropay_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeGiropaySource

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

#bicString

Returns:

  • (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_fieldsObject

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_fieldssInfoFields

Returns:



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

#purposeString

Returns:

  • (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