Sha256: 5a33c5efcc6393282307031bd23d9951627790dae1adc80359b0a0a42fe199d3
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
module LedgerSync module Ledgers module QuickBooksOnline class JournalEntry module Operations class Find < Operation::Find class Contract < LedgerSync::Ledgers::Contract schema do required(:external_id).maybe(:string) required(:currency).maybe(:hash, Types::Reference) required(:ledger_id).filled(:string) optional(:line_items).array(Types::Reference) optional(:memo).maybe(:string) optional(:reference_number).filled(:string) optional(:transaction_date).filled(:date?) end end end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems