BookingConfirmedTemplate

public final class BookingConfirmedTemplate

Class representation of booking confirmed template settings.

Constructors

Link copied to clipboard
public BookingConfirmedTemplate BookingConfirmedTemplate(@Json(name = "title") String title, @Json(name = "body") String body)

Properties

Link copied to clipboard
private final String body

The additional body to be appended after the default body.

Link copied to clipboard
private final String title

The title to replace the default 'Booking Confirmed' title.

Functions

Link copied to clipboard
public final String getBody()

The additional body to be appended after the default body.

Link copied to clipboard
public final String getTitle()

The title to replace the default 'Booking Confirmed' title.