Class: CheckoutSdk::Previous::Payments::AlmaSource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeAlmaSource

Returns a new instance of AlmaSource.



17
18
19
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 17

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

Instance Attribute Details

#account_holder_nameString

Returns:

  • (String)


14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14

class AlmaSource < PaymentSource
  attr_accessor :billing_address

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

#billing_addressCheckoutSdk::Common::Address



14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14

class AlmaSource < PaymentSource
  attr_accessor :billing_address

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

#billing_descriptorString

Returns:

  • (String)


14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14

class AlmaSource < PaymentSource
  attr_accessor :billing_address

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

#languageString

Returns:

  • (String)


14
15
16
17
18
19
20
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14

class AlmaSource < PaymentSource
  attr_accessor :billing_address

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