Class: CheckoutSdk::Previous::Apm::KlarnaProduct
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Apm::KlarnaProduct
- Defined in:
- lib/checkout_sdk/apm/previous/klarna/klarna_product.rb
Instance Attribute Summary collapse
- #name ⇒ String
- #quantity ⇒ Integer
- #tax_rate ⇒ Integer
- #total_amount ⇒ Integer
- #total_tax_amount ⇒ Integer
- #unit_price ⇒ Integer
Instance Attribute Details
#name ⇒ String
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |
#quantity ⇒ Integer
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |
#tax_rate ⇒ Integer
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |
#total_amount ⇒ Integer
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |
#total_tax_amount ⇒ Integer
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |
#unit_price ⇒ Integer
18 19 20 21 22 23 24 25 |
# File 'lib/checkout_sdk/apm/previous/klarna/klarna_product.rb', line 18 class KlarnaProduct attr_accessor :name, :quantity, :unit_price, :tax_rate, :total_amount, :total_tax_amount end |