Sha256: ba7165df8e7caf380c4153ba98a5a9d10befdd7f24fe6c0681f2a1e5351c376f
Contents?: true
Size: 675 Bytes
Versions: 2
Compression:
Stored size: 675 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module QuickBooksOnline module Vendor module Operations class Update < Operation::FullUpdate class Contract < LedgerSync::Adaptors::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:display_name).maybe(:string) optional(:first_name).maybe(:string) optional(: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/update.rb |
ledger_sync-1.1.2 | lib/ledger_sync/adaptors/quickbooks_online/vendor/operations/update.rb |