Sha256: 6d48a32b1da9c47a6a9cc3df9169ed123ddcb0e286cda1b2d7feee34a9c9ac8f
Contents?: true
Size: 953 Bytes
Versions: 13
Compression:
Stored size: 953 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class Preferences module Operations class Find < Operation::Find class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).value(:nil) required(:AccountingInfoPrefs).maybe(:hash) required(:ProductAndServicesPrefs).maybe(:hash) required(:SalesFormsPrefs).maybe(:hash) required(:EmailMessagesPrefs).maybe(:hash) required(:VendorAndPurchasesPrefs).maybe(:hash) required(:TimeTrackingPrefs).maybe(:hash) required(:TaxPrefs).maybe(:hash) required(:CurrencyPrefs).maybe(:hash) required(:ReportPrefs).maybe(:hash) required(:OtherPrefs).maybe(:hash) end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems