Sha256: 7563dab9bd54eb905f4f5b91e274c51e4e05fea7723f1daf8ab9a0dd17a94668
Contents?: true
Size: 843 Bytes
Versions: 3
Compression:
Stored size: 843 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Vendor module Operations class Find < NetSuite::Operation::Find class Contract < LedgerSync::Ledgers::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
3 entries across 3 versions & 1 rubygems