Twilio.Resources.Numbers.V1.Porting.PortIn.PortInRequest (twilio_elixir v0.1.1)

Copy Markdown View Source

PortInRequest resource.

Properties

FieldDescription
phone_numbers_portedAmount of phone numbers ported
phone_numbers_requestedAmount of phone numbers requested
port_in_request_sidThe SID of the Port-in request
port_in_request_statusStatus of the Port In Request
status_last_updated_timestampThe last updated timestamp of the request
suggested_actionSuggested action on this ticket

Summary

Types

t()

@type t() :: %Twilio.Resources.Numbers.V1.Porting.PortIn.PortInRequest{
  phone_numbers_ported: integer() | nil,
  phone_numbers_requested: integer() | nil,
  port_in_request_sid: String.t(),
  port_in_request_status: String.t() | nil,
  status_last_updated_timestamp: String.t() | nil,
  suggested_action: String.t() | nil
}

Functions

object_name()