CreditNotesServiceItemUpdateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use creditNotesServiceItemUpdateRequestDescriptor instead')
const CreditNotesServiceItemUpdateRequest$json = {
  '1': 'CreditNotesServiceItemUpdateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'id', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'id'},
    {
      '1': 'internal_quantity',
      '3': 12,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'internalQuantity'
    },
    {
      '1': 'client_uom_id',
      '3': 13,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'clientUomId'
    },
    {
      '1': 'client_quantity',
      '3': 14,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'clientQuantity'
    },
    {
      '1': 'client_family_code',
      '3': 15,
      '4': 1,
      '5': 9,
      '10': 'clientFamilyCode'
    },
    {'1': 'unit_price', '3': 16, '4': 1, '5': 4, '8': {}, '10': 'unitPrice'},
    {'1': 'tax_group_id', '3': 17, '4': 1, '5': 4, '8': {}, '10': 'taxGroupId'},
    {'1': 'round_off', '3': 18, '4': 1, '5': 3, '10': 'roundOff'},
    {'1': 'specifications', '3': 19, '4': 1, '5': 9, '10': 'specifications'},
  ],
};