Sha256: 734179b57c355214316e3cecbb64c5471e59bd42f41b8786685847f8dd8381aa

Contents?: true

Size: 420 Bytes

Versions: 4

Compression:

Stored size: 420 Bytes

Contents

# frozen_string_literal: true

require_relative '../reference/serializer'

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class CheckPayment
        class Serializer < QuickBooksOnline::Serializer
          references_one 'BankAccountRef',
                         resource_attribute: :BankAccount,
                         serializer: Reference::Serializer
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/quickbooks_online/check_payment/serializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/check_payment/serializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/check_payment/serializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/check_payment/serializer.rb