View Source ExPipedrive.DealParticipant (ex_pipedrive v0.2.0)

A person participating in a deal, from /api/v1/deals/:id/participants.

Not to be confused with ExPipedrive.ActivityParticipant, which decodes the participants payload nested inside an activity.

Summary

Types

@type t() :: %ExPipedrive.DealParticipant{
  active_flag: boolean() | nil,
  add_time: (DateTime.t() | NaiveDateTime.t()) | nil,
  created_by_user_id: pos_integer() | nil,
  deal_id: pos_integer() | nil,
  id: pos_integer() | nil,
  original_object: map() | nil,
  person_id: pos_integer() | nil
}

Functions