Sha256: 2d86e5790dc163b8bc8bda5b9fcf359e1b3fda5b3cb02a3121b8be68176c7490
Contents?: true
Size: 431 Bytes
Versions: 29
Compression:
Stored size: 431 Bytes
Contents
module Spree module Api module V2 module Platform class ReimbursementSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :order belongs_to :customer_return has_many :refunds has_many :reimbursement_credits, object_method_name: :credits, id_method_name: :credit_ids has_many :return_items end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems