View Source ExPipedrive.Currency (ex_pipedrive v0.2.0)
A supported currency in a Pipedrive account.
For non-custom currencies, :code is the ISO-4217 code. Custom currencies
(configured in the Pipedrive UI) set :is_custom_flag to true.
Summary
Types
@type t() :: %ExPipedrive.Currency{ active_flag: boolean(), code: String.t() | nil, decimal_points: non_neg_integer() | nil, id: pos_integer() | nil, is_custom_flag: boolean(), name: String.t() | nil, original_object: map() | nil, symbol: String.t() | nil }