Sha256: ad74abfe85ff23c779699a77fe6a138aab2ff21a6d112f8d749f4d84aae333ac
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Location module Operations class Update < NetSuite::Operation::Update class Contract < LedgerSync::Adaptors::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) required(:name).filled(: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/update.rb |