Class: CheckoutSdk::Previous::Payments::MultiBancoSource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeMultiBancoSource

Returns a new instance of MultiBancoSource.



17
18
19
# File 'lib/checkout_sdk/payments/previous/source/apm/multi_banco_source.rb', line 17

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

Instance Attribute Details

#account_holder_nameString

Returns:

  • (String)


12
13
14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/multi_banco_source.rb', line 12

class MultiBancoSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor

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

#billing_descriptorString

Returns:

  • (String)


12
13
14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/multi_banco_source.rb', line 12

class MultiBancoSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor

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

#payment_countryString

Returns Common::Country.

Returns:



12
13
14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/multi_banco_source.rb', line 12

class MultiBancoSource < PaymentSource
  attr_accessor :payment_country,
                :account_holder_name,
                :billing_descriptor

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