Sha256: 74aa2f0a55c5b916fef0e3ca73d936bdf53668ce1d8c044967ba8bcbede26523
Contents?: true
Size: 730 Bytes
Versions: 4
Compression:
Stored size: 730 Bytes
Contents
module LedgerSync module Adaptors module QuickBooksOnline module JournalEntry module Operations class Update < Operation::FullUpdate class Contract < LedgerSync::Adaptors::Contract schema do required(:external_id).maybe(:string) optional(:currency).hash(Types::Reference) required(:ledger_id).filled(:string) optional(:line_items).array(Types::Reference) optional(:memo).filled(:string) optional(:reference_number).filled(:string) optional(:transaction_date).filled(:date?) end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems