Sha256: 06198f14ac837d60b32e336d28ba22c2c700a172f5fb5089549e717a78528128
Contents?: true
Size: 393 Bytes
Versions: 29
Compression:
Stored size: 393 Bytes
Contents
module Spree module Api module V2 module Platform class LineItemSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :order belongs_to :tax_category belongs_to :variant has_many :adjustments has_many :inventory_units has_many :digital_links end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems