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

Subscription model

Link to this section Summary

Link to this section Types

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