Class: CheckoutSdk::Previous::Payments::RapiPagoSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::RapiPagoSource
- Defined in:
- lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb
Instance Attribute Summary collapse
- #country ⇒ String
- #description ⇒ String
- #integration_type ⇒ String
- #payer ⇒ CheckoutSdk::Payments::Payer
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ RapiPagoSource
constructor
A new instance of RapiPagoSource.
Constructor Details
#initialize ⇒ RapiPagoSource
Returns a new instance of RapiPagoSource.
20 21 22 |
# File 'lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb', line 20 def initialize super CheckoutSdk::Common::PaymentSourceType::RAPIPAGO end |
Instance Attribute Details
#country ⇒ String
Returns Common::Country.
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb', line 14 class RapiPagoSource < PaymentSource attr_accessor :integration_type, :country, :description, :payer def initialize super CheckoutSdk::Common::PaymentSourceType::RAPIPAGO end end |
#description ⇒ String
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb', line 14 class RapiPagoSource < PaymentSource attr_accessor :integration_type, :country, :description, :payer def initialize super CheckoutSdk::Common::PaymentSourceType::RAPIPAGO end end |
#integration_type ⇒ String
Returns IntegrationType.
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb', line 14 class RapiPagoSource < PaymentSource attr_accessor :integration_type, :country, :description, :payer def initialize super CheckoutSdk::Common::PaymentSourceType::RAPIPAGO end end |
#payer ⇒ CheckoutSdk::Payments::Payer
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/rapi_pago_source.rb', line 14 class RapiPagoSource < PaymentSource attr_accessor :integration_type, :country, :description, :payer def initialize super CheckoutSdk::Common::PaymentSourceType::RAPIPAGO end end |