View Source PlacetelAPI.Model.PutSubscriptions (placetel_api v2.0.1)

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PutSubscriptions{
  accepted: boolean() | nil,
  hungup: boolean() | nil,
  incoming: boolean() | nil,
  numbers: [String.t()] | nil,
  outgoing: boolean() | nil,
  phone: boolean() | nil,
  service: String.t(),
  url: String.t()
}