Class: CheckoutSdk::Payments::MultiBancoSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::MultiBancoSource
- Defined in:
- lib/checkout_sdk/payments/source/apm/multi_banco_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ MultiBancoSource
constructor
A new instance of MultiBancoSource.
Constructor Details
#initialize ⇒ MultiBancoSource
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_name ⇒ 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_descriptor ⇒ 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_country ⇒ String
Returns Common::Country.
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 |