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