Sha256: 1f21cc303897ebba1c2a8b34ff743cf474ed2d3e76c30ee3315462331f1159e7
Contents?: true
Size: 982 Bytes
Versions: 4
Compression:
Stored size: 982 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers 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(:accounting_info).maybe(:hash) required(:product_and_services).maybe(:hash) required(:sales_forms).maybe(:hash) required(:email_messages).maybe(:hash) required(:vendor_and_purchases).maybe(:hash) required(:time_tracking).maybe(:hash) required(:tax).maybe(:hash) required(:currency).maybe(:hash) required(:report).maybe(:hash) required(:other).maybe(:hash) end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems