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



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



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



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



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