Sha256: 55695fd3f9ce2d3d2d4e8048874b3f63be1d6561498ceb1675c18cb996f4b8c4
Contents?: true
Size: 744 Bytes
Versions: 2
Compression:
Stored size: 744 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Department module Operations class Find < NetSuite::Operation::Find class Contract < LedgerSync::Adaptors::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) required(: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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.5 | lib/ledger_sync/adaptors/netsuite/department/operations/find.rb |
ledger_sync-1.3.4 | lib/ledger_sync/adaptors/netsuite/department/operations/find.rb |