Sha256: 6810f83061ad30e037303d29cb7eb97152347a8969db446950ebf5632d290e8c
Contents?: true
Size: 548 Bytes
Versions: 13
Compression:
Stored size: 548 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class Preferences class Serializer < QuickBooksOnline::Serializer 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