Sha256: 046054cddeff6395fb01bfd84c54351b98158f71f02d6db9042d006950532b8a
Contents?: true
Size: 723 Bytes
Versions: 4
Compression:
Stored size: 723 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Preferences < QuickBooksOnline::Resource attribute :accounting_info, type: Type::Hash attribute :product_and_services, type: Type::Hash attribute :sales_forms, type: Type::Hash attribute :email_messages, type: Type::Hash attribute :vendor_and_purchases, type: Type::Hash attribute :time_tracking, type: Type::Hash attribute :tax, type: Type::Hash attribute :currency, type: Type::Hash attribute :report, type: Type::Hash attribute :other, type: Type::Hash def name 'Preference' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems