Check$json top-level constant

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

Implementation

@$core.Deprecated('Use checkDescriptor instead')
const Check$json = {
  '1': 'Check',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'status', '3': 2, '4': 1, '5': 9, '10': 'status'},
    {'1': 'ordered_items', '3': 4, '4': 3, '5': 11, '6': '.orders.v1.OrderedItem', '10': 'orderedItems'},
    {'1': 'discount_amount', '3': 5, '4': 1, '5': 2, '10': 'discountAmount'},
    {'1': 'discounts', '3': 6, '4': 3, '5': 11, '6': '.orders.v1.CheckDiscountInstance', '10': 'discounts'},
    {'1': 'subtotal', '3': 7, '4': 1, '5': 2, '10': 'subtotal'},
    {'1': 'is_tax_exempt', '3': 8, '4': 1, '5': 8, '10': 'isTaxExempt'},
    {'1': 'tax_total', '3': 9, '4': 1, '5': 2, '10': 'taxTotal'},
    {'1': 'auto_gratuity_rate', '3': 10, '4': 1, '5': 2, '10': 'autoGratuityRate'},
    {'1': 'auto_gratuity_value', '3': 11, '4': 1, '5': 2, '10': 'autoGratuityValue'},
    {'1': 'auto_gratuity_tax_value', '3': 12, '4': 1, '5': 2, '10': 'autoGratuityTaxValue'},
    {'1': 'total_due', '3': 13, '4': 1, '5': 2, '10': 'totalDue'},
    {'1': 'payments', '3': 14, '4': 3, '5': 11, '6': '.orders.v1.Payment', '10': 'payments'},
    {'1': 'print_count', '3': 15, '4': 1, '5': 5, '10': 'printCount'},
    {'1': 'reopen_count', '3': 16, '4': 1, '5': 5, '10': 'reopenCount'},
    {'1': 'created_date', '3': 17, '4': 1, '5': 9, '10': 'createdDate'},
    {'1': 'restaurant_employee', '3': 18, '4': 1, '5': 11, '6': '.labor.v1.RestaurantEmployeeName', '10': 'restaurantEmployee'},
  ],
};