BookingGuest

public final class BookingGuest

Class representation of a booking guest.

Constructors

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

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.