Sha256: 33959328fee0b7f10d17cf03c26b0eb1fd2b084819bc04ba7668c93320e434b6
Contents?: true
Size: 674 Bytes
Versions: 13
Compression:
Stored size: 674 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class JournalEntry module Operations class Create < Operation::Create class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) optional(:Currency).hash(Types::Reference) optional(:DocNumber).filled(:string) required(:ledger_id).value(:nil) 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