PriceRuleCondition$json top-level constant

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

Implementation

@$core.Deprecated('Use priceRuleConditionDescriptor instead')
const PriceRuleCondition$json = {
  '1': 'PriceRuleCondition',
  '2': [
    {
      '1': 'And',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.PriceRuleCondition',
      '10': 'And'
    },
    {
      '1': 'Or',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.PriceRuleCondition',
      '10': 'Or'
    },
    {'1': 'Not', '3': 3, '4': 1, '5': 8, '10': 'Not'},
    {'1': 'ComponentType', '3': 4, '4': 1, '5': 5, '10': 'ComponentType'},
    {'1': 'SKUType', '3': 5, '4': 1, '5': 5, '10': 'SKUType'},
    {
      '1': 'SKUValue',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'SKUValue'
    },
    {
      '1': 'Provider',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.AccountId',
      '10': 'Provider'
    },
    {
      '1': 'MinValueInclTax',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'MinValueInclTax'
    },
    {
      '1': 'MaxValueInclTax',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'MaxValueInclTax'
    },
    {'1': 'Tags', '3': 10, '4': 3, '5': 11, '6': '.PriceTag', '10': 'Tags'},
  ],
};