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

Create outbound fax

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostFaxes{
  email: String.t(),
  file: String.t(),
  from_number: String.t(),
  header: String.t() | nil,
  to_number: String.t()
}