Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.62 KB

DocReqsRequirement.md

File metadata and controls

41 lines (25 loc) · 1.62 KB

DocReqsRequirement

Properties

Name Type Description Notes
recordType String Identifies the type of the resource. [optional] [readonly]
countryCode String The 2-character (ISO 3166-1 alpha-2) country code where this requirement applies [optional]
locality String The locality where this requirement applies [optional]
phoneNumberType PhoneNumberTypeEnum Indicates the phone_number_type this requirement applies to. Leave blank if this requirement applies to all number_types. [optional]
action ActionEnum Indicates whether this requirement applies to ordering, porting, or both [optional]
requirementsTypes List<DocReqsRequirementType> Lists the requirement types necessary to fulfill this requirement [optional] [readonly]
id UUID Identifies the associated document [optional] [readonly]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was last updated. [optional] [readonly]

Enum: PhoneNumberTypeEnum

Name Value
LOCAL "local"
NATIONAL "national"
TOLL_FREE "toll_free"

Enum: ActionEnum

Name Value
BOTH "both"
ORDERING "ordering"
PORTING "porting"