Sha256: 42a1e6560835c104da0d21596c1860b78e132ad5240fa1db2c51c2576eb9db59

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class Preferences
        class Serializer < QuickBooksOnline::Serializer
          id

          attribute :AccountingInfoPrefs
          attribute :ProductAndServicesPrefs
          attribute :SalesFormsPrefs
          attribute :EmailMessagesPrefs
          attribute :VendorAndPurchasesPrefs
          attribute :TimeTrackingPrefs
          attribute :TaxPrefs
          attribute :CurrencyPrefs
          attribute :ReportPrefs
          attribute :OtherPrefs
        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/preferences/serializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/preferences/serializer.rb