PhoneNumbersReservation Class

Definition

Represents a reservation for phone numbers. A reservation is a temporary hold on phone numbers that can later be purchased. The reservation has a limited lifetime after which the phone numbers are released if not purchased. Reservations older than 1 month are automatically deleted.

public class PhoneNumbersReservation
type PhoneNumbersReservation = class
Public Class PhoneNumbersReservation
Inheritance
PhoneNumbersReservation

Properties

ExpiresAt

The time at which the reservation will expire. If a reservation is not purchased before this time, all of the reserved phone numbers will be released and made available for others to purchase.

Id

The id of the reservation.

PhoneNumbers

A dictionary containing the reservation phone numbers. The key is the ID of the phone number (digits only) and values are AvailablePhoneNumber objects. Not populated when retrieving PhoneNumbersReservation collections.

Status

Represents the status of the reservation. Possible values include: 'active', 'submitted', 'completed', 'expired'.

Applies to