OrderLine$json top-level constant

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

Implementation

@$core.Deprecated('Use orderLineDescriptor instead')
const OrderLine$json = {
  '1': 'OrderLine',
  '2': [
    {'1': 'SKU', '3': 1, '4': 1, '5': 11, '6': '.SKU', '10': 'SKU'},
    {
      '1': 'Title',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Title'
    },
    {
      '1': 'PricePerPiece',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'PricePerPiece'
    },
    {
      '1': 'FeePerPiece',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'FeePerPiece'
    },
    {
      '1': 'Quantity',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.DoubleValue',
      '10': 'Quantity'
    },
    {'1': 'Price', '3': 8, '4': 1, '5': 11, '6': '.Price', '10': 'Price'},
    {'1': 'TotalFee', '3': 9, '4': 1, '5': 11, '6': '.Price', '10': 'TotalFee'},
    {
      '1': 'TotalItemPrice',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'TotalItemPrice'
    },
    {
      '1': 'Details',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
    {
      '1': 'Seller',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'Seller'
    },
    {
      '1': 'Images',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.StoredImage',
      '10': 'Images'
    },
    {
      '1': 'IsVirtualProduct',
      '3': 14,
      '4': 1,
      '5': 8,
      '10': 'IsVirtualProduct'
    },
  ],
  '9': [
    {'1': 6, '2': 7},
  ],
};