Sha256: ea9468a2e1a62d08ff8614f4132b3ea1ef3d18a3839732bb34d9a27a700f08ea
Contents?: true
Size: 510 Bytes
Versions: 1
Compression:
Stored size: 510 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Location 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) end end end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.5 | lib/ledger_sync/adaptors/netsuite/location/operations/find.rb |