Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.81 KB

PhoneNumber.md

File metadata and controls

57 lines (37 loc) · 1.81 KB

PhoneNumber

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
phoneNumber String [optional]
regulatoryGroupId String [optional] [readonly]
regulatoryRequirements List<PhoneNumberRegulatoryRequirement> [optional]
requirementsMet Boolean True if all requirements are met for a phone number, false otherwise. [optional] [readonly]
requirementsStatus RequirementsStatusEnum Status of document requirements (if applicable) [optional] [readonly]
status StatusEnum The status of the phone number in the order. [optional] [readonly]
phoneNumberType PhoneNumberTypeEnum Phone number type [optional] [readonly]

Enum: RequirementsStatusEnum

Name Value
PENDING "pending"
APPROVED "approved"
CANCELLED "cancelled"
DELETED "deleted"
REQUIREMENT_INFO_EXCEPTION "requirement-info-exception"
REQUIREMENT_INFO_PENDING "requirement-info-pending"
REQUIREMENT_INFO_UNDER_REVIEW "requirement-info-under-review"

Enum: StatusEnum

Name Value
PENDING "pending"
SUCCESS "success"
FAILURE "failure"

Enum: PhoneNumberTypeEnum

Name Value
LOCAL "local"
MOBILE "mobile"
NATIONAL "national"
SHARED_COST "shared_cost"
TOLL_FREE "toll_free"