View Source PlacetelAPI.Model.CallDetailRecord (placetel_api v2.0.0)

CallDetailRecord model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.CallDetailRecord{
  amount: float() | nil,
  answer_uri: String.t() | nil,
  description: String.t() | nil,
  from: String.t() | nil,
  length: integer() | nil,
  received_at: DateTime.t() | nil,
  to: String.t() | nil
}