Sha256: d91550d7eea262efab8d4b4aa5de3eb722ac45fd7f9dc8a71877ca58a3771bff

Contents?: true

Size: 708 Bytes

Versions: 13

Compression:

Stored size: 708 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ledger_sync-quickbooks_online-2.0.0 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-1.0.1 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-1.0.0 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.4.0 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.3.1 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.3.0 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.6 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.5 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.4 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.2 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.1 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.2.0 lib/ledger_sync/quickbooks_online/resources/preferences.rb
ledger_sync-quickbooks_online-0.1.1 lib/ledger_sync/quickbooks_online/resources/preferences.rb