Sha256: b631f15369b24027cad357d36765a6208ff9957caae687c5c958f5fea14e9ca6
Contents?: true
Size: 679 Bytes
Versions: 13
Compression:
Stored size: 679 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class JournalEntry module Operations class Find < Operation::Find class Contract < LedgerSync::Ledgers::Contract schema do required(:external_id).maybe(:string) optional(:Currency).maybe(:hash, Types::Reference) optional(:DocNumber).maybe(:string) required(:ledger_id).filled(:string) optional(:Line).array(Types::Reference) optional(:PrivateNote).maybe(:string) optional(:TxnDate).maybe(:date?) end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems