DynamicPricing$json top-level constant

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

Implementation

@$core.Deprecated('Use dynamicPricingDescriptor instead')
const DynamicPricing$json = {
  '1': 'DynamicPricing',
  '2': [
    {
      '1': 'ReducePriceAutomatically',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.BoolValue',
      '10': 'ReducePriceAutomatically'
    },
    {
      '1': 'AutomaticPricingIncrement',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'AutomaticPricingIncrement'
    },
    {
      '1': 'MinimumPrice',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'MinimumPrice'
    },
    {
      '1': 'AutomaticPricingIntervalInDays',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Int32Value',
      '10': 'AutomaticPricingIntervalInDays'
    },
    {
      '1': 'NextPriceReduction',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'NextPriceReduction'
    },
  ],
};