Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1021 Bytes

ReservedPhoneNumber.md

File metadata and controls

29 lines (17 loc) · 1021 Bytes

ReservedPhoneNumber

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
phoneNumber String [optional]
status StatusEnum The status of the phone number's reservation. [optional] [readonly]
createdAt String An ISO 8901 datetime string denoting when the individual number reservation was created. [optional] [readonly]
updatedAt String An ISO 8901 datetime string for when the the individual number reservation was updated. [optional] [readonly]
expiredAt String An ISO 8901 datetime string for when the individual number reservation is going to expire [optional] [readonly]

Enum: StatusEnum

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