Sha256: a66e64b1eb15d58d69a89f714c30658a61f3d8ebb0f9925df9ea2f5032ce1d60
Contents?: true
Size: 743 Bytes
Versions: 4
Compression:
Stored size: 743 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers 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 end
Version data entries
4 entries across 4 versions & 1 rubygems