Class: CheckoutSdk::Previous::Apm::KlarnaProduct

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns:

  • (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

#quantityInteger

Returns:

  • (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_rateInteger

Returns:

  • (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_amountInteger

Returns:

  • (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_amountInteger

Returns:

  • (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_priceInteger

Returns:

  • (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