Sha256: 99e973930081e1a774fa39e34261b207301d61acf11b23b1a9a25be4c614ee91
Contents?: true
Size: 751 Bytes
Versions: 18
Compression:
Stored size: 751 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module TestLedger class Customer module Operations class Update < TestLedger::Operation::Update class Contract < LedgerSync::Ledgers::Contract params do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:name).filled(:string) optional(:email).maybe(:string) optional(:date).maybe(:string) required(:subsidiaries).maybe(:hash, Types::Reference) required(:subsidiary).maybe(:hash, Types::Reference) end end end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems