confirmationCodeLabel property

String? confirmationCodeLabel
getter/setter pair

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

Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. 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. Possible string values are:

  • "CONFIRMATION_CODE_LABEL_UNSPECIFIED"
  • "CONFIRMATION_CODE"
  • "confirmationCode" : Legacy alias for CONFIRMATION_CODE. Deprecated.
  • "CONFIRMATION_NUMBER"
  • "confirmationNumber" : Legacy alias for CONFIRMATION_NUMBER. Deprecated.
  • "ORDER_NUMBER"
  • "orderNumber" : Legacy alias for ORDER_NUMBER. Deprecated.
  • "RESERVATION_NUMBER"
  • "reservationNumber" : Legacy alias for RESERVATION_NUMBER. Deprecated.

Implementation

core.String? confirmationCodeLabel;