Sha256: c84f41797a925a4db861c18f0a1a417dae206fdea5a66eb9283d5c50c0742b6b
Contents?: true
Size: 358 Bytes
Versions: 26
Compression:
Stored size: 358 Bytes
Contents
module Spree module Api module V2 module Platform class RefundSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :payment belongs_to :reimbursement belongs_to :refund_reason, object_method_name: :reason has_many :log_entries end end end end end
Version data entries
26 entries across 26 versions & 3 rubygems