View Source ExPipedrive.LeadValue (ex_pipedrive v0.2.0)

Represents a lead value in Pipedrive.

Values decoded from API maps retain their currency code. A bare numeric value has no currency context, so its currency is nil.

Summary

Types

@type t() :: %ExPipedrive.LeadValue{
  amount: float() | nil,
  currency: (String.t() | nil) | nil
}

Functions