Sha256: 45b915ecbcf008d1bccaf56d0c326ecb78a183a37c7ef83c5a00be3be90cb9d2
Contents?: true
Size: 609 Bytes
Versions: 4
Compression:
Stored size: 609 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers 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 end
Version data entries
4 entries across 4 versions & 1 rubygems