PromotionRule$json top-level constant

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

Implementation

@$core.Deprecated('Use promotionRuleDescriptor instead')
const PromotionRule$json = {
  '1': 'PromotionRule',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.PromotionRuleId', '10': 'Id'},
    {'1': 'Title', '3': 2, '4': 1, '5': 9, '10': 'Title'},
    {
      '1': 'Description',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Description'
    },
    {'1': 'Image', '3': 4, '4': 1, '5': 11, '6': '.StoredImage', '10': 'Image'},
    {
      '1': 'DefaultConfiguration',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.PromotionConfiguration',
      '10': 'DefaultConfiguration'
    },
    {
      '1': 'ProductCount',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.Range',
      '10': 'ProductCount'
    },
    {
      '1': 'MinimumBaseValue',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'MinimumBaseValue'
    },
    {
      '1': 'Match',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.Promotion.ProductMatch',
      '10': 'Match'
    },
    {'1': 'Information', '3': 9, '4': 3, '5': 9, '10': 'Information'},
    {
      '1': 'Details',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
  ],
};