HourlyDecayDiscountConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use hourlyDecayDiscountConfigDescriptor instead')
const HourlyDecayDiscountConfig$json = {
  '1': 'HourlyDecayDiscountConfig',
  '2': [
    {'1': 'TotalHours', '3': 1, '4': 1, '5': 1, '10': 'TotalHours'},
    {
      '1': 'Increment',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'Increment'
    },
    {'1': 'MinimumHours', '3': 3, '4': 1, '5': 5, '10': 'MinimumHours'},
  ],
};