Sha256: c60689343a9bd792e7dfb61c8e56deca1f9e988ad74b058dd8ed4c95f26a08c6
Contents?: true
Size: 848 Bytes
Versions: 5
Compression:
Stored size: 848 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Vendor module Operations class Find < NetSuite::Operation::Find class Contract < LedgerSync::Adaptors::Contract params do optional(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:company_name).maybe(:string) optional(:display_name).maybe(:string) optional(:first_name).maybe(:string) optional(:last_name).maybe(:string) optional(:email).maybe(:string) optional(:phone_number).maybe(:string) optional(:subsidiary).maybe(:hash, Types::Reference) end end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems