Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.36 KB

NumberOrderPhoneNumber.md

File metadata and controls

45 lines (29 loc) · 1.36 KB

NumberOrderPhoneNumber

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
phoneNumber String [optional]
orderRequestId UUID [optional]
subNumberOrderId UUID [optional]
countryCode String [optional]
phoneNumberType PhoneNumberTypeEnum [optional]
regulatoryRequirements List<SubNumberOrderRegulatoryRequirementWithValue> [optional]
requirementsMet Boolean True if all requirements are met for a phone number, false otherwise. [optional] [readonly]
status StatusEnum The status of the phone number in the order. [optional] [readonly]

Enum: PhoneNumberTypeEnum

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

Enum: StatusEnum

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