Sha256: d756d18a2f31f9b55044fcefce9ed2c0633d2dedf112b31ebb9caabd1483a9f3
Contents?: true
Size: 459 Bytes
Versions: 15
Compression:
Stored size: 459 Bytes
Contents
# frozen_string_literal: true module LedgerSync module NetSuite class Location module Operations class Update < NetSuite::Operation::Update class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) required(:name).filled(:string) end end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems