Class: CheckoutSdk::Payments::MultiBancoSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/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.



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

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

Instance Attribute Details

#account_holder_nameString

Returns:

  • (String)


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

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)


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

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:



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

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

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