Sha256: bd940e2e1dc6c740fea172329f2472b2a8027bc28d10c12c5b9ac89a2721cf24
Contents?: true
Size: 552 Bytes
Versions: 13
Compression:
Stored size: 552 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class Preferences class Deserializer < QuickBooksOnline::Deserializer 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
Version data entries
13 entries across 13 versions & 1 rubygems