Additional Field
Class representation of an additional field.
Constructors
Link copied to clipboard
public AdditionalField AdditionalField(@Json(name = "label" ) String label, @Json(name = "type" ) AdditionalFieldType type, @Json(name = "required" ) Boolean required, @Json(name = "pattern" ) String pattern, @Json(name = "order" ) Integer order, @Json(name = "options" ) AdditonalFieldOptionsType options)
Properties
Functions
Link copied to clipboard
A list of options for the dropdown or radio_button types. This field is required for the dropdown and radio_button types.
Link copied to clipboard
A regular expression pattern that the value of the field must match.
Link copied to clipboard
Whether the field is required to be filled out by the guest when booking an event.
Link copied to clipboard
The field type. Supported values are text, multi_line_text, email, phone_number, dropdown, date, checkbox, and radio_button.