CreditNoteReturnStatistics$json top-level constant

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

Implementation

@$core.Deprecated('Use creditNoteReturnStatisticsDescriptor instead')
const CreditNoteReturnStatistics$json = {
  '1': 'CreditNoteReturnStatistics',
  '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'
    },
  ],
};