DebitNoteReturnStatistics$json top-level constant

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

Implementation

@$core.Deprecated('Use debitNoteReturnStatisticsDescriptor instead')
const DebitNoteReturnStatistics$json = {
  '1': 'DebitNoteReturnStatistics',
  '2': [
    {'1': 'family_id', '3': 1, '4': 1, '5': 4, '10': 'familyId'},
    {'1': 'billed_quantity', '3': 2, '4': 1, '5': 4, '10': 'billedQuantity'},
    {
      '1': 'returned_quantity',
      '3': 3,
      '4': 1,
      '5': 4,
      '10': 'returnedQuantity'
    },
  ],
};