Sha256: 174b3ccb3e8f2b9c797a77d7f5c8427028b7cc2bb747b9d8ad7bd1f5893e6ca6

Contents?: true

Size: 865 Bytes

Versions: 4

Compression:

Stored size: 865 Bytes

Contents

module LedgerSync
  module Adaptors
    module QuickBooksOnline
      module Account
        module Operations
          class Find < Operation::Find
            class Contract < LedgerSync::Adaptors::Contract
              params do
                required(:external_id).maybe(:string)
                required(:ledger_id).filled(:string)
                required(:name).maybe(:string)
                required(:classification).maybe(:string)
                required(:account_type).maybe(:string)
                required(:account_sub_type).maybe(:string)
                required(:number).maybe(:integer)
                required(:currency).maybe(:hash, Types::Reference)
                required(:description).maybe(:string)
                required(:active).maybe(:bool)
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-1.3.5 lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb
ledger_sync-1.3.4 lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb
ledger_sync-1.3.3 lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb
ledger_sync-1.3.2 lib/ledger_sync/adaptors/quickbooks_online/account/operations/find.rb