CreateOrUpdateReservationOptions Class

Definition

The request to create or update a reservation.

public class CreateOrUpdateReservationOptions
type CreateOrUpdateReservationOptions = class
Public Class CreateOrUpdateReservationOptions
Inheritance
CreateOrUpdateReservationOptions

Constructors

CreateOrUpdateReservationOptions(Guid)

Initializes a new instance of the CreateOrUpdateReservationOptions class.

Properties

PhoneNumbersToAdd

The list of phone numbers to add to the reservation.

PhoneNumbersToRemove

The list of phone number IDs to remove from the reservation.

ReservationId

The ID of the reservation. If a reservation with the given ID does not exist, a new reservation will be created.

Applies to