OrderRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use orderRequestDescriptor instead')
const OrderRequest$json = const {
  '1': 'OrderRequest',
  '2': const [
    const {'1': 'userId', '3': 1, '4': 1, '5': 9, '10': 'userId'},
    const {'1': 'authToken', '3': 2, '4': 1, '5': 9, '10': 'authToken'},
    const {'1': 'payment', '3': 3, '4': 1, '5': 11, '6': '.Happenings.Payment', '10': 'payment'},
    const {'1': 'eventId', '3': 4, '4': 1, '5': 9, '10': 'eventId'},
    const {'1': 'orderId', '3': 5, '4': 1, '5': 9, '10': 'orderId'},
    const {'1': 'paymentIntentId', '3': 6, '4': 1, '5': 9, '10': 'paymentIntentId'},
    const {'1': 'paymentMethodId', '3': 7, '4': 1, '5': 9, '10': 'paymentMethodId'},
    const {'1': 'paymentType', '3': 8, '4': 1, '5': 14, '6': '.Happenings.PaymentType', '10': 'paymentType'},
    const {'1': 'isWeb', '3': 9, '4': 1, '5': 8, '10': 'isWeb'},
    const {'1': 'purchases', '3': 10, '4': 3, '5': 11, '6': '.Happenings.OrderRequest.PurchasesEntry', '10': 'purchases'},
  ],
  '3': const [OrderRequest_PurchasesEntry$json],
};