BookingReminder

public final class BookingReminder

Class representation of a booking reminder.

Constructors

Link copied to clipboard
public BookingReminder BookingReminder(@Json(name = "type") String type, @Json(name = "minutes_before_event") Integer minutesBeforeEvent, @Json(name = "recipient") String recipient, @Json(name = "email_subject") String emailSubject)

Properties

Link copied to clipboard
private final String emailSubject

The subject of the email reminder.

Link copied to clipboard

The number of minutes before the event to send the reminder.

Link copied to clipboard
private final String recipient

The recipient of the reminder.

Link copied to clipboard
private final String type

The reminder type.

Functions

Link copied to clipboard
public final String getEmailSubject()

The subject of the email reminder.

Link copied to clipboard

The number of minutes before the event to send the reminder.

Link copied to clipboard
public final String getRecipient()

The recipient of the reminder.

Link copied to clipboard
public final String getType()

The reminder type.