Sha256: c660bec448a1b05d34b80b7da3ed1b2e2f7b4435bb53649767936b3adc6b7bf0
Contents?: true
Size: 278 Bytes
Versions: 29
Compression:
Stored size: 278 Bytes
Contents
module Spree module V2 module Storefront class PromotionSerializer < BaseSerializer set_id :promotion_id set_type :promotion attributes :name, :description, :amount, :display_amount, :code, :public_metadata end end end end
Version data entries
29 entries across 29 versions & 3 rubygems