PaymentRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use paymentRequestDescriptor instead')
const PaymentRequest$json = const {
  '1': 'PaymentRequest',
  '2': const [
    const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'amnount', '3': 2, '4': 1, '5': 2, '10': 'amnount'},
    const {'1': 'payment', '3': 3, '4': 1, '5': 11, '6': '.Happenings.Payment', '10': 'payment'},
    const {'1': 'orderId', '3': 4, '4': 1, '5': 9, '10': 'orderId'},
    const {'1': 'userName', '3': 5, '4': 1, '5': 9, '10': 'userName'},
    const {'1': 'isWeb', '3': 6, '4': 1, '5': 8, '10': 'isWeb'},
    const {'1': 'description', '3': 7, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'title', '3': 8, '4': 1, '5': 9, '10': 'title'},
    const {'1': 'invitationToken', '3': 9, '4': 1, '5': 9, '10': 'invitationToken'},
    const {'1': 'sessionId', '3': 10, '4': 1, '5': 9, '10': 'sessionId'},
    const {'1': 'fee', '3': 11, '4': 1, '5': 2, '10': 'fee'},
    const {'1': 'classYear', '3': 12, '4': 1, '5': 9, '10': 'classYear'},
  ],
};