Discount$json top-level constant

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

Implementation

@$core.Deprecated('Use discountDescriptor instead')
const Discount$json = {
  '1': 'Discount',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.VoucherRuleId', '10': 'Id'},
    {'1': 'code', '3': 2, '4': 1, '5': 11, '6': '.VoucherCode', '10': 'code'},
    {
      '1': 'Title',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Title'
    },
    {
      '1': 'Decription',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Decription'
    },
    {'1': 'Value', '3': 5, '4': 1, '5': 11, '6': '.Price', '10': 'Value'},
    {
      '1': 'Details',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Details'
    },
    {'1': 'Image', '3': 8, '4': 1, '5': 11, '6': '.StoredImage', '10': 'Image'},
    {
      '1': 'PriceComposition',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.PriceComposition',
      '10': 'PriceComposition'
    },
    {
      '1': 'PriceRules',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.PriceRule',
      '10': 'PriceRules'
    },
    {
      '1': 'PromotionId',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.PromotionId',
      '10': 'PromotionId'
    },
  ],
};