Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 915 Bytes

NumberReservation.md

File metadata and controls

20 lines (18 loc) · 915 Bytes

NumberReservation

Properties

Name Type Description Notes
id UUID [optional]
recordType String [optional]
phoneNumbers List<ReservedPhoneNumber> [optional]
status StatusEnum The status of the entire reservation [optional]
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]
updatedAt String An ISO 8901 datetime string for when the number reservation was updated [optional]

Enum: StatusEnum

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