Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 992 Bytes

NumberReservation.md

File metadata and controls

29 lines (17 loc) · 992 Bytes

NumberReservation

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
phoneNumbers List<ReservedPhoneNumber> [optional]
status StatusEnum The status of the entire reservation. [optional] [readonly]
customerReference String A customer reference string for customer look ups. [optional]
createdAt String An ISO 8901 datetime string denoting when the numbers reservation was created. [optional] [readonly]
updatedAt String An ISO 8901 datetime string for when the number reservation was updated. [optional] [readonly]

Enum: StatusEnum

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