Sha256: 969318ff036c1803a9911f2d1a954c6a169983ec05b062a4634e77170380db28
Contents?: true
Size: 704 Bytes
Versions: 13
Compression:
Stored size: 704 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class Department module Operations class Update < QuickBooksOnline::Operation::FullUpdate class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) required(:Name).filled(:string) required(:Active).filled(:bool?) required(:SubDepartment).filled(:bool?) optional(:FullyQualifiedName).maybe(:string) optional(:Parent).maybe(:hash, Types::Reference) end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems