Sha256: 65bfc0cee991f4ea9674c729f458468a8a90956964ae111a9eef765418a009ca
Contents?: true
Size: 746 Bytes
Versions: 8
Compression:
Stored size: 746 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Department 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) 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
8 entries across 8 versions & 1 rubygems