OrderedItem$json top-level constant

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

Implementation

@$core.Deprecated('Use orderedItemDescriptor instead')
const OrderedItem$json = {
  '1': 'OrderedItem',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'seat', '3': 2, '4': 1, '5': 5, '10': 'seat'},
    {'1': 'course', '3': 3, '4': 1, '5': 5, '10': 'course'},
    {'1': 'is_sent', '3': 4, '4': 1, '5': 8, '10': 'isSent'},
    {'1': 'is_void', '3': 5, '4': 1, '5': 8, '10': 'isVoid'},
    {'1': 'void_name', '3': 6, '4': 1, '5': 9, '10': 'voidName'},
    {'1': 'is_fired', '3': 7, '4': 1, '5': 8, '10': 'isFired'},
    {'1': 'check_id', '3': 8, '4': 1, '5': 9, '10': 'checkId'},
    {'1': 'discounts', '3': 9, '4': 3, '5': 11, '6': '.orders.v1.ItemDiscountInstance', '10': 'discounts'},
    {'1': 'menu_item', '3': 10, '4': 1, '5': 11, '6': '.menu.v1.Item', '10': 'menuItem'},
    {'1': 'modifiers', '3': 11, '4': 3, '5': 11, '6': '.orders.v1.ModifierInstance', '10': 'modifiers'},
    {'1': 'promotion', '3': 12, '4': 1, '5': 11, '6': '.orders.v1.PromotionInstance', '10': 'promotion'},
    {'1': 'num_of_checks', '3': 13, '4': 1, '5': 5, '10': 'numOfChecks'},
    {'1': 'discount_value', '3': 14, '4': 1, '5': 2, '10': 'discountValue'},
    {'1': 'item_created_date', '3': 15, '4': 1, '5': 9, '10': 'itemCreatedDate'},
    {'1': 'item_value_responsibility', '3': 16, '4': 1, '5': 2, '10': 'itemValueResponsibility'},
    {'1': 'restaurant_employee', '3': 17, '4': 1, '5': 11, '6': '.labor.v1.RestaurantEmployeeName', '10': 'restaurantEmployee'},
  ],
};