Sha256: 46e211999500fe3eeb48954335d82821f3955a509f14f907f5bdb64c7fb3a78a
Contents?: true
Size: 826 Bytes
Versions: 1
Compression:
Stored size: 826 Bytes
Contents
module LedgerSync module Adaptors module QuickBooksOnline module Invoice module Operations class Update < Operation::FullUpdate class Contract < LedgerSync::Adaptors::Contract schema do required(:external_id).maybe(:string) optional(:account).hash(Types::Reference) required(:currency).filled(:string) required(:customer).hash(Types::Reference) optional(:deposit).maybe(:integer) required(:ledger_id).filled(:string) required(:line_items).array(Types::Reference) optional(:memo).filled(:string) optional(:transaction_date).filled(:date?) end end end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.1 | lib/ledger_sync/adaptors/quickbooks_online/invoice/operations/update.rb |