customConfirmationCodeLabel property

LocalizedString? customConfirmationCodeLabel
getter/setter pair

A custom label to use for the confirmation code value (eventTicketObject.reservationInfo.confirmationCode) on the card detail view.

This should only be used if the default "Confirmation Code" label or one of the confirmationCodeLabel options is not sufficient. Both confirmationCodeLabel and customConfirmationCodeLabel may not be set. If neither is set, the label will default to "Confirmation Code", localized. If the confirmation code field is unset, this label will not be used.

Implementation

LocalizedString? customConfirmationCodeLabel;