Sha256: f17134c84db4081ab12c246a38eb260b4379766c7138d1259440e8bcac1a664e
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module QuickBooksOnline module Vendor module Operations class Find < Operation::Find class Contract < LedgerSync::Adaptors::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) required(:display_name).maybe(:string) required(:first_name).maybe(:string) required(:last_name).maybe(:string) optional(:email).maybe(:string) end end end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.1.3 | lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/find.rb |
ledger_sync-1.1.2 | lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/find.rb |