View Source ExPipedrive.DealInstallment (ex_pipedrive v0.2.0)
A scheduled payment entry on a deal (/api/v2/deals/installments).
Listed via GET /api/v2/deals/installments?deal_ids=...; created and updated
under /api/v2/deals/:id/installments.
Summary
Types
@type t() :: %ExPipedrive.DealInstallment{ amount: number() | nil, billing_date: Date.t() | nil, deal_id: pos_integer() | nil, description: String.t() | nil, id: pos_integer() | nil, original_object: map() | nil }