Gleanex.Client.Customer (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Customer

Summary

Types

t()

@type t() :: %Gleanex.Client.Customer{
  company: Gleanex.Client.Company.t(),
  contractAnnualRevenue: number() | nil,
  documentCounts: map() | nil,
  domains: [String.t()] | nil,
  id: String.t(),
  mergedCustomers: [t()] | nil,
  metadata: Gleanex.Client.CustomerMetadata.t() | nil,
  notes: String.t() | nil,
  poc: [Gleanex.Client.Person.t()] | nil,
  startDate: Date.t() | nil
}