DebitNotesServiceItemCreateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use debitNotesServiceItemCreateRequestDescriptor instead')
const DebitNotesServiceItemCreateRequest$json = {
  '1': 'DebitNotesServiceItemCreateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {
      '1': 'debit_note_id',
      '3': 10,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'debitNoteId'
    },
    {'1': 'family_id', '3': 11, '4': 1, '5': 4, '8': {}, '10': 'familyId'},
    {
      '1': 'internal_quantity',
      '3': 12,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'internalQuantity'
    },
    {
      '1': 'vendor_uom_id',
      '3': 13,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vendorUomId'
    },
    {
      '1': 'vendor_quantity',
      '3': 14,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vendorQuantity'
    },
    {
      '1': 'vendor_unit_price',
      '3': 15,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'vendorUnitPrice'
    },
    {'1': 'tax_group_id', '3': 16, '4': 1, '5': 4, '8': {}, '10': 'taxGroupId'},
    {'1': 'round_off', '3': 17, '4': 1, '5': 3, '10': 'roundOff'},
    {'1': 'specifications', '3': 18, '4': 1, '5': 9, '10': 'specifications'},
  ],
};