Class: CheckoutSdk::Previous::Apm::Klarna

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/apm/previous/klarna/klarna.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


14
15
16
17
18
19
# File 'lib/checkout_sdk/apm/previous/klarna/klarna.rb', line 14

class Klarna
  attr_accessor :description,
                :products,
                :shipping_info,
                :shipping_delay
end

#productsArray(KlarnaProduct)

Returns:



14
15
16
17
18
19
# File 'lib/checkout_sdk/apm/previous/klarna/klarna.rb', line 14

class Klarna
  attr_accessor :description,
                :products,
                :shipping_info,
                :shipping_delay
end

#shipping_delayInteger

Returns:

  • (Integer)


14
15
16
17
18
19
# File 'lib/checkout_sdk/apm/previous/klarna/klarna.rb', line 14

class Klarna
  attr_accessor :description,
                :products,
                :shipping_info,
                :shipping_delay
end

#shipping_infoCheckoutSdk::Common::ShippingInfo



14
15
16
17
18
19
# File 'lib/checkout_sdk/apm/previous/klarna/klarna.rb', line 14

class Klarna
  attr_accessor :description,
                :products,
                :shipping_info,
                :shipping_delay
end