LineDrive.Deal (line_drive v0.3.0)

This module and enclosed struct represent a deal in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Deal{
  expected_close_date: Date.t(),
  id: integer(),
  pipeline_id: integer(),
  stage_id: integer(),
  status: binary(),
  title: binary(),
  value: float() | nil,
  weighted_value: float() | nil
}

Link to this section Functions