customSectionLabel property

LocalizedString? customSectionLabel
getter/setter pair

A custom label to use for the section value (eventTicketObject.seatInfo.section) on the card detail view.

This should only be used if the default "Section" label or one of the sectionLabel options is not sufficient. Both sectionLabel and customSectionLabel may not be set. If neither is set, the label will default to "Section", localized. If the section field is unset, this label will not be used.

Implementation

LocalizedString? customSectionLabel;