Sha256: a4351ae7d167de58f8a1ed555b56711054d75e0c9f709a7971af8bfbb59b8d49

Contents?: true

Size: 765 Bytes

Versions: 4

Compression:

Stored size: 765 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class Preferences < QuickBooksOnline::Resource
        attribute :AccountingInfoPrefs, type: Type::Hash
        attribute :ProductAndServicesPrefs, type: Type::Hash
        attribute :SalesFormsPrefs, type: Type::Hash
        attribute :EmailMessagesPrefs, type: Type::Hash
        attribute :VendorAndPurchasesPrefs, type: Type::Hash
        attribute :TimeTrackingPrefs, type: Type::Hash
        attribute :TaxPrefs, type: Type::Hash
        attribute :CurrencyPrefs, type: Type::Hash
        attribute :ReportPrefs, type: Type::Hash
        attribute :OtherPrefs, type: Type::Hash

        def name
          'Preference'
        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/resources/preferences.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/resources/preferences.rb