Class: CheckoutSdk::Payments::SequraSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/apm/sequra_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeSequraSource

Returns a new instance of SequraSource.



10
11
12
# File 'lib/checkout_sdk/payments/source/apm/sequra_source.rb', line 10

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

Instance Attribute Details

#billing_addressCheckoutSdk::Common::Address



7
8
9
10
11
12
13
# File 'lib/checkout_sdk/payments/source/apm/sequra_source.rb', line 7

class SequraSource < PaymentSource
  attr_accessor :billing_address

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