Sha256: 6f8d9b990ff10df0a1014d1ea3e440960e5651d4dd906bd5fdaf9e7059058a79
Contents?: true
Size: 868 Bytes
Versions: 4
Compression:
Stored size: 868 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Vendor module Operations class Find < Operation::Find class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:CompanyName).maybe(:string) optional(:DisplayName).maybe(:string) optional(:FamilyName).maybe(:string) optional(:GivenName).maybe(:string) optional(:MiddleName).maybe(:string) optional(:PrimaryPhone).maybe(:hash, Types::Reference) optional(:PrimaryEmailAddr).maybe(:hash, Types::Reference) end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems