LineDrive.Lead (line_drive v0.24.0)

This module and enclosed structs represent a lead in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Lead{
  expected_close_date: Date.t() | nil,
  id: String.t() | nil,
  organization: LineDrive.LeadOrganization | nil,
  organization_id: pos_integer() | nil,
  person: LineDrive.LeadPerson | nil,
  person_id: pos_integer() | nil,
  title: String.t(),
  value: LineDrive.LeadValue | nil
}

Link to this section Functions

Link to this function

handle_transform(map, _)

Link to this function

new_from_map(map)