Sha256: 650ed9ee19df914b93c8cc21921be03c1843e11746b99b67c0424168aef866af

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Xero
    class Contact
      module Operations
        class Find < Xero::Operation::Find
          class Contract < LedgerSync::Ledgers::Contract
            params do
              optional(:external_id).filled(:string)
              required(:ledger_id).filled(:string)
              optional(:Name).maybe(:string)
              optional(:EmailAddress).maybe(:string)
            end
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ledger_sync-xero-0.1.0 lib/ledger_sync/xero/contact/operations/find.rb