Sha256: e4d738a4c83d623b2a50cfd643571187b921ef0ce713b2265f8fbee611b72363
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Department module Operations class Find < QuickBooksOnline::Operation::Find class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:name).maybe(:string) optional(:active).maybe(:bool?) optional(:sub_department).maybe(:bool?) optional(:fully_qualified_name).maybe(:string) optional(:parent).maybe(:hash, Types::Reference) end end end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.4.4 | lib/ledger_sync/ledgers/quickbooks_online/department/operations/find.rb |