Sha256: 54f1bd7358fb7a7849d34505d2ca938a656e42a9f447b9167c261e990027c4b8

Contents?: true

Size: 682 Bytes

Versions: 5

Compression:

Stored size: 682 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module NetSuite
      module Customer
        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(:email).maybe(:string)
                required(:name).maybe(:string)
                required(:phone_number).maybe(:string)
                required(:subsidiary).maybe(:hash, Types::Reference)
              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/customer/operations/find.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/netsuite/customer/operations/find.rb