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