PriceContext$json top-level constant

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

Implementation

@$core.Deprecated('Use priceContextDescriptor instead')
const PriceContext$json = {
  '1': 'PriceContext',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.PriceContextId', '10': 'Id'},
    {'1': 'VATRate', '3': 2, '4': 1, '5': 11, '6': '.VATRate', '10': 'VATRate'},
    {
      '1': 'Currencies',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.CurrencyConverter',
      '10': 'Currencies'
    },
    {'1': 'Rules', '3': 4, '4': 3, '5': 11, '6': '.PriceRule', '10': 'Rules'},
    {
      '1': 'Index',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.PriceRuleIndex',
      '10': 'Index'
    },
  ],
};