CreateBookingReminder

public final class CreateBookingReminder

Class representation of a request to create a booking reminder.

Constructors

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

Types

Link copied to clipboard
public final class Builder

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.