Sha256: 022ab8b2a38c6543e363151b412fee83f192c8adeb4afaa2dd1af471c659c6b0

Contents?: true

Size: 614 Bytes

Versions: 5

Compression:

Stored size: 614 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module NetSuite
      module Currency
        module Operations
          class Find < NetSuite::Operation::Find
            class Contract < LedgerSync::Adaptors::Contract
              params do
                required(:external_id).maybe(:string)
                required(:ledger_id).filled(:string)
                required(:name).maybe(:string)
                required(:symbol).maybe(:string)
                required(:exchange_rate).maybe(:float)
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/netsuite/currency/operations/find.rb