PriceRule$json top-level constant

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

Implementation

@$core.Deprecated('Use priceRuleDescriptor instead')
const PriceRule$json = {
  '1': 'PriceRule',
  '2': [
    {'1': 'Title', '3': 1, '4': 1, '5': 9, '10': 'Title'},
    {
      '1': 'Condition',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.PriceRuleCondition',
      '10': 'Condition'
    },
    {
      '1': 'Actions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.PriceRuleAction',
      '10': 'Actions'
    },
  ],
};