Class: CheckoutSdk::Previous::Apm::Klarna
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Apm::Klarna
- Defined in:
- lib/checkout_sdk/apm/previous/klarna/klarna.rb
Instance Attribute Summary collapse
- #description ⇒ String
- #products ⇒ Array(KlarnaProduct)
- #shipping_delay ⇒ Integer
- #shipping_info ⇒ CheckoutSdk::Common::ShippingInfo
Instance Attribute Details
#description ⇒ 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 |
#products ⇒ Array(KlarnaProduct)
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_delay ⇒ 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_info ⇒ CheckoutSdk::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 |