Twilio.Resources.Preview.HostedNumber.AuthorizationDocument.DependentHostedNumberOrder
(twilio_elixir v0.1.1)
Copy Markdown
View Source
DependentHostedNumberOrder resource.
SID prefix: HR
Parent: /AuthorizationDocuments/{Sid}
Properties
| Field | Description |
|---|---|
account_sid | The unique SID identifier of the Account. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| address_sid | A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| call_delay | A value between 0-30 specifying the number of seconds to delay initiating the ownership verification call. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| capabilities | A mapping of capabilities this hosted phone number will have enabled on Twilio's platform.. Format: phone-number-capabilities |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| cc_emails | Email recipients who will be informed when an Authorization Document has been sent and signed. PII: standard |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| date_created | The date this resource was created, given as GMT RFC 2822 format.. Format: date-time |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
date_updated | The date that this resource was updated, given as GMT RFC 2822 format.. Format: date-time |
email | Email of the owner of this phone number that is being hosted.. PII: standard |
extension | A numerical extension to be used when making the ownership verification call. |
failure_reason | A message that explains why a hosted_number_order went to status "action-required" |
friendly_name | A human readable description of this resource, up to 64 characters.. PII: standard |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
incoming_phone_number_sid | A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. |
phone_number | An E164 formatted phone number hosted by this HostedNumberOrder.. Format: phone-number |
sid | A 34 character string that uniquely identifies this Authorization Document |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| signing_document_sid | A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| status | Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled Status Values for more information on each of these statuses.. Values: twilio-processing, received, pending-verification, verified, pending-loa, carrier-processing, testing, completed, failed, action-required |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| unique_name | Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID.. PII: standard |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| verification_attempts | The number of attempts made to verify ownership of the phone number that is being hosted. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
verification_call_sids | A list of 34 character strings that are unique identifiers for the calls placed as part of ownership verification. |
verification_code | The digits passed during the ownership verification call. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| verification_document_sid | A 34 character string that uniquely identifies the Identity Document resource that represents the document for verifying ownership of the number to be hosted. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| verification_type | The method used for verifying ownership of the number to be hosted. One of phone-call (default) or phone-bill.. Values: phone-call, phone-bill |
Summary
Types
@type t() :: %Twilio.Resources.Preview.HostedNumber.AuthorizationDocument.DependentHostedNumberOrder{ account_sid: String.t() | nil, address_sid: String.t() | nil, call_delay: integer(), capabilities: map() | nil, cc_emails: list() | nil, date_created: String.t() | nil, date_updated: String.t() | nil, email: String.t() | nil, extension: String.t() | nil, failure_reason: String.t() | nil, friendly_name: String.t() | nil, incoming_phone_number_sid: String.t() | nil, phone_number: String.t() | nil, sid: String.t() | nil, signing_document_sid: String.t() | nil, status: String.t(), unique_name: String.t() | nil, verification_attempts: integer(), verification_call_sids: list() | nil, verification_code: String.t() | nil, verification_document_sid: String.t() | nil, verification_type: String.t() }