Class: CheckoutSdk::Payments::BancontactSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/apm/bancontact_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeBancontactSource

Returns a new instance of BancontactSource.



19
20
21
# File 'lib/checkout_sdk/payments/source/apm/bancontact_source.rb', line 19

def initialize
  super CheckoutSdk::Common::PaymentSourceType::BANCONTACT
end

Instance Attribute Details

#account_holder_nameString

Returns:

  • (String)


13
14
15
16
17
18
19
20
21
22
# File 'lib/checkout_sdk/payments/source/apm/bancontact_source.rb', line 13

class BancontactSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor,
                :language

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::BANCONTACT
  end
end

#billing_descriptorString

Returns:

  • (String)


13
14
15
16
17
18
19
20
21
22
# File 'lib/checkout_sdk/payments/source/apm/bancontact_source.rb', line 13

class BancontactSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor,
                :language

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::BANCONTACT
  end
end

#languageString

Returns:

  • (String)


13
14
15
16
17
18
19
20
21
22
# File 'lib/checkout_sdk/payments/source/apm/bancontact_source.rb', line 13

class BancontactSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor,
                :language

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::BANCONTACT
  end
end

#payment_countryString

Returns Common::Country.

Returns:



13
14
15
16
17
18
19
20
21
22
# File 'lib/checkout_sdk/payments/source/apm/bancontact_source.rb', line 13

class BancontactSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor,
                :language

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::BANCONTACT
  end
end