Order$json top-level constant

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

Implementation

@$core.Deprecated('Use orderDescriptor instead')
const Order$json = {
  '1': 'Order',
  '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': 'Description',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Description'
    },
    {'1': 'Lines', '3': 4, '4': 3, '5': 11, '6': '.OrderLine', '10': 'Lines'},
    {'1': 'Price', '3': 5, '4': 1, '5': 11, '6': '.Price', '10': 'Price'},
    {
      '1': 'TotalItemPrice',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'TotalItemPrice'
    },
    {
      '1': 'TotalFees',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'TotalFees'
    },
    {
      '1': 'TotalDiscounts',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'TotalDiscounts'
    },
    {
      '1': 'TotalTransportPrice',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.Price',
      '10': 'TotalTransportPrice'
    },
    {
      '1': 'VATRate',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.VATRate',
      '10': 'VATRate'
    },
    {'1': 'CurrencyCode', '3': 11, '4': 1, '5': 9, '10': 'CurrencyCode'},
    {
      '1': 'Currency',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.Currency',
      '10': 'Currency'
    },
    {
      '1': 'Transport',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.TransportDetails',
      '10': 'Transport'
    },
    {
      '1': 'Reference',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Reference'
    },
    {
      '1': 'Source',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Source'
    },
    {
      '1': 'Payment',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.PaymentDetails',
      '10': 'Payment'
    },
    {
      '1': 'Discounts',
      '3': 16,
      '4': 3,
      '5': 11,
      '6': '.Discount',
      '10': 'Discounts'
    },
    {
      '1': 'Contact',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.OrderCommunication',
      '10': 'Contact'
    },
  ],
};