Sha256: 5ce740a62cc764a25bdb2d76e69cd77d337803d98465c25f4469fc5518fff952
Contents?: true
Size: 564 Bytes
Versions: 29
Compression:
Stored size: 564 Bytes
Contents
module Spree module Api module V2 module Platform class PaymentSerializer < BaseSerializer include ResourceSerializerConcern belongs_to :order belongs_to :payment_method belongs_to :source, polymorphic: true has_many :log_entries has_many :state_changes has_many :payment_capture_events, object_method_name: :capture_events, id_method_name: :capture_event_ids has_many :refunds end end end end end
Version data entries
29 entries across 29 versions & 3 rubygems