Sha256: 0b106681a667d8fc5c489e24af615ce29fc8da0fcac757bc846809fd0f73d9c8
Contents?: true
Size: 642 Bytes
Versions: 2
Compression:
Stored size: 642 Bytes
Contents
module LedgerSync module Adaptors module Test module Customer module Operations class Update < Operation::Update class Contract < LedgerSync::Adaptors::Contract schema do required(:external_id).maybe(:string) required(:ledger_id).filled(:string) optional(:email).maybe(:string) required(:name).filled(:string) optional(:phone_number).maybe(:string) required(:subsidiary).maybe(:hash, Types::Reference) end end end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.3.2 | lib/ledger_sync/adaptors/test/customer/operations/update.rb |
ledger_sync-1.3.1 | lib/ledger_sync/adaptors/test/customer/operations/update.rb |