Sha256: 760ca3a16a0e37e2daee07f460531b55e7993dc7e77fb7c017c2fe77c6701d04

Contents?: true

Size: 620 Bytes

Versions: 5

Compression:

Stored size: 620 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module NetSuite
      module Currency
        module Operations
          class Update < NetSuite::Operation::Update
            class Contract < LedgerSync::Adaptors::Contract
              params do
                required(:external_id).maybe(:string)
                required(:ledger_id).filled(:string)
                required(:exchange_rate).maybe(:float)
                required(:name).filled(:string)
                required(:symbol).filled(:string)
              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/update.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/netsuite/currency/operations/update.rb