CreateBookingGuest

public final class CreateBookingGuest

Class representation of a request to create a booking guest.

Constructors

Link copied to clipboard
public CreateBookingGuest CreateBookingGuest(@Json(name = "email") String email, @Json(name = "name") String name)

Types

Link copied to clipboard
public final class Builder

Builder for CreateBookingGuest.

Properties

Link copied to clipboard
private final String email

The email address of the guest.

Link copied to clipboard
private final String name

The name of the guest.

Functions

Link copied to clipboard
public final String getEmail()

The email address of the guest.

Link copied to clipboard
public final String getName()

The name of the guest.