Ticket$json top-level constant

  1. @Deprecated('Use ticketDescriptor instead')
Map<String, Object> const Ticket$json

Implementation

@$core.Deprecated('Use ticketDescriptor instead')
const Ticket$json = const {
  '1': 'Ticket',
  '2': const [
    const {'1': 'orderId', '3': 1, '4': 1, '5': 9, '10': 'orderId'},
    const {'1': 'paymentType', '3': 2, '4': 1, '5': 14, '6': '.Happenings.PaymentType', '10': 'paymentType'},
    const {'1': 'happeningId', '3': 3, '4': 1, '5': 9, '10': 'happeningId'},
    const {'1': 'userId', '3': 4, '4': 1, '5': 9, '10': 'userId'},
    const {'1': 'gender', '3': 5, '4': 1, '5': 9, '10': 'gender'},
    const {'1': 'classYear', '3': 6, '4': 1, '5': 9, '10': 'classYear'},
    const {'1': 'institutionId', '3': 7, '4': 1, '5': 9, '10': 'institutionId'},
    const {'1': 'price', '3': 8, '4': 1, '5': 2, '10': 'price'},
    const {'1': 'timeBought', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'timeBought'},
    const {'1': 'timeUsed', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'timeUsed'},
    const {'1': 'isUsed', '3': 11, '4': 1, '5': 8, '10': 'isUsed'},
    const {'1': 'startDate', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startDate'},
    const {'1': 'eventTitle', '3': 13, '4': 1, '5': 9, '10': 'eventTitle'},
    const {'1': 'invitationId', '3': 18, '4': 1, '5': 9, '10': 'invitationId'},
    const {'1': 'purchases', '3': 19, '4': 3, '5': 11, '6': '.Happenings.EventPurchase', '10': 'purchases'},
    const {'1': 'numParticipants', '3': 20, '4': 1, '5': 5, '10': 'numParticipants'},
    const {'1': 'nameOfUser', '3': 21, '4': 1, '5': 9, '10': 'nameOfUser'},
    const {'1': 'institutionName', '3': 22, '4': 1, '5': 9, '10': 'institutionName'},
    const {'1': 'emailOfUser', '3': 23, '4': 1, '5': 9, '10': 'emailOfUser'},
    const {'1': 'profileImageUrl', '3': 24, '4': 1, '5': 9, '10': 'profileImageUrl'},
    const {'1': 'stripeSessionId', '3': 25, '4': 1, '5': 9, '10': 'stripeSessionId'},
  ],
};