Twilio.Resources.Numbers.V1.SenderIdRegistration (twilio_elixir v0.1.3)

Copy Markdown View Source

Create a Sender ID Registration and initialize an embedded session

Properties

FieldDescription
commentsAdditional comments.
dataRegistration data echoed from the request.
dateCreatedTimestamp of creation.. Format: date-time
dateUpdatedTimestamp of last update.. Format: date-time
friendlyNameThe friendly name provided in the request.
idRegistration identifier (BU-prefixed).
regulationIdThe regulation ID for this registration.
regulationVersionThe regulation version.
statusRegistration status. Always DRAFT on creation.
statusCallbackUrlCallback URL for status webhooks.
statusNotificationEmailEmail address for status notifications.. Format: email

Summary

Types

t()

@type t() :: %Twilio.Resources.Numbers.V1.SenderIdRegistration{
  comments: String.t() | nil,
  data: map(),
  dateCreated: String.t(),
  dateUpdated: String.t(),
  embeddedSession: String.t(),
  friendlyName: String.t(),
  id: String.t(),
  regulationId: String.t(),
  regulationVersion: integer(),
  status: String.t(),
  statusCallbackUrl: String.t() | nil,
  statusNotificationEmail: String.t() | nil
}

Functions

object_name()