Sha256: 5ceb41c539121a70cdffae6fa3a6ec7525ccf5df7b54cba96e112af8f2830bdf

Contents?: true

Size: 427 Bytes

Versions: 4

Compression:

Stored size: 427 Bytes

Contents

# frozen_string_literal: true

require_relative '../reference/deserializer'

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class CreditCardPayment
        class Deserializer < QuickBooksOnline::Deserializer
          references_one :CCAccount,
                         hash_attribute: 'CCAccountRef',
                         deserializer: Reference::Deserializer
        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/credit_card_payment/deserializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/credit_card_payment/deserializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/credit_card_payment/deserializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/credit_card_payment/deserializer.rb