genericType property

String? genericType
getter/setter pair

Specify which GenericType the card belongs to. Possible string values are:

  • "GENERIC_TYPE_UNSPECIFIED" : Unspecified generic type.
  • "GENERIC_SEASON_PASS" : Season pass
  • "GENERIC_UTILITY_BILLS" : Utility bills
  • "GENERIC_PARKING_PASS" : Parking pass
  • "GENERIC_VOUCHER" : Voucher
  • "GENERIC_GYM_MEMBERSHIP" : Gym membership cards
  • "GENERIC_LIBRARY_MEMBERSHIP" : Library membership cards
  • "GENERIC_RESERVATIONS" : Reservations
  • "GENERIC_AUTO_INSURANCE" : Auto-insurance cards
  • "GENERIC_HOME_INSURANCE" : Home-insurance cards
  • "GENERIC_ENTRY_TICKET" : Entry tickets
  • "GENERIC_RECEIPT" : Receipts
  • "GENERIC_OTHER" : Other type

Implementation

core.String? genericType;