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

Fax model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.Fax{
  created_at: DateTime.t() | nil,
  duration: integer() | nil,
  email: String.t() | nil,
  file: String.t() | nil,
  from_number: String.t() | nil,
  header: String.t() | nil,
  id: integer() | nil,
  pages: integer() | nil,
  report: String.t() | nil,
  retries: integer() | nil,
  status: String.t() | nil,
  status_info: String.t() | nil,
  to_number: String.t() | nil,
  type: String.t() | nil
}