Sha256: 2ef5ae8b30d34f99086f6eb6034aaea24c4ddf41d0a7738e2f3e760100c21f54
Contents?: true
Size: 386 Bytes
Versions: 29
Compression:
Stored size: 386 Bytes
Contents
module Spree module Api module V2 module Platform class ReturnAuthorizationSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :order belongs_to :stock_location belongs_to :return_authorization_reason, object_method_name: :reason has_many :return_items end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems