Sha256: 2610f394d45110509fae6455adc6f01c7b2835e81ebefb67c814cf4bdc3feb69

Contents?: true

Size: 681 Bytes

Versions: 15

Compression:

Stored size: 681 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module NetSuite
    class LedgerClass
      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_class).maybe(:bool?)
              optional(:fully_qualified_name).maybe(:string)
              optional(:parent).maybe(:hash, Types::Reference)
            end
          end
        end
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ledger_sync-netsuite-0.7.1 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.6.2 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.6.1 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.6.0 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.5.0 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.4.2 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.6 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.5 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.4 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.3 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.2 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.1 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.3.0 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.2.0 lib/ledger_sync/netsuite/ledger_class/operations/update.rb
ledger_sync-netsuite-0.1.1 lib/ledger_sync/netsuite/ledger_class/operations/update.rb