customSeatLabel property
A custom label to use for the seat value
(eventTicketObject.seatInfo.seat
) on the card detail view.
This should only be used if the default "Seat" label or one of the
seatLabel
options is not sufficient. Both seatLabel
and
customSeatLabel
may not be set. If neither is set, the label will
default to "Seat", localized. If the seat field is unset, this label will
not be used.
Implementation
LocalizedString? customSeatLabel;