Sha256: 904f9249ca4a83e004022b9b68f6b74a4eb070b4b1f8c97020929f5c170d9451
Contents?: true
Size: 690 Bytes
Versions: 32
Compression:
Stored size: 690 Bytes
Contents
module Spree module V2 module Storefront class LineItemSerializer < BaseSerializer set_type :line_item attributes :name, :quantity, :price, :slug, :options_text, :currency, :display_price, :total, :display_total, :adjustment_total, :display_adjustment_total, :additional_tax_total, :discounted_amount, :display_discounted_amount, :display_additional_tax_total, :promo_total, :display_promo_total, :included_tax_total, :display_included_tax_total, :pre_tax_amount, :display_pre_tax_amount belongs_to :variant end end end end
Version data entries
32 entries across 32 versions & 1 rubygems