OrderHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use orderHeaderDescriptor instead')
const OrderHeader$json = {
  '1': 'OrderHeader',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.OrderId', '10': 'Id'},
    {
      '1': 'CreatedAt',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'CreatedAt'
    },
    {
      '1': 'TotalPriceInclVat',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'TotalPriceInclVat'
    },
    {
      '1': 'DeliveryId',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.DeliveryId',
      '10': 'DeliveryId'
    },
    {'1': 'LineCount', '3': 5, '4': 1, '5': 5, '10': 'LineCount'},
    {
      '1': 'Thumbnail',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.StoredImage',
      '10': 'Thumbnail'
    },
  ],
};