Class: CheckoutSdk::Previous::Payments::RapiPagoSource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeRapiPagoSource



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

#countryString



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

#descriptionString



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_typeString



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

#payerCheckoutSdk::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