Price$json top-level constant

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

Implementation

@$core.Deprecated('Use priceDescriptor instead')
const Price$json = {
  '1': 'Price',
  '2': [
    {
      '1': 'PriceExclTax',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.Credit',
      '10': 'PriceExclTax'
    },
    {'1': 'Tax', '3': 2, '4': 1, '5': 11, '6': '.Credit', '10': 'Tax'},
    {
      '1': 'Breakdown',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.PriceBreakdown',
      '10': 'Breakdown'
    },
  ],
};