Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.39 KB

SubNumberOrder.md

File metadata and controls

36 lines (24 loc) · 1.39 KB

SubNumberOrder

Properties

Name Type Description Notes
id UUID [optional] [readonly]
orderRequestId UUID [optional] [readonly]
countryCode String [optional] [readonly]
phoneNumberType PhoneNumberTypeEnum [optional]
userId UUID [optional]
regulatoryRequirements List<SubNumberOrderRegulatoryRequirement> [optional]
recordType String [optional] [readonly]
phoneNumbersCount Integer The count of phone numbers in the number order. [optional] [readonly]
createdAt String An ISO 8901 datetime string denoting when the number order was created. [optional] [readonly]
updatedAt String An ISO 8901 datetime string for when the number order was updated. [optional] [readonly]
requirementsMet Boolean True if all requirements are met for every phone number, false otherwise. [optional] [readonly]

Enum: PhoneNumberTypeEnum

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