DebitNoteItem$json top-level constant

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

Implementation

@$core.Deprecated('Use debitNoteItemDescriptor instead')
const DebitNoteItem$json = {
  '1': 'DebitNoteItem',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {
      '1': 'metadata',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Scailo.EmployeeMetadata',
      '10': 'metadata'
    },
    {
      '1': 'approval_metadata',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.Scailo.ApprovalMetadata',
      '10': 'approvalMetadata'
    },
    {'1': 'need_approval', '3': 4, '4': 1, '5': 8, '10': 'needApproval'},
    {'1': 'user_comment', '3': 5, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'debit_note_id', '3': 10, '4': 1, '5': 4, '10': 'debitNoteId'},
    {'1': 'family_id', '3': 11, '4': 1, '5': 4, '10': 'familyId'},
    {
      '1': 'internal_quantity',
      '3': 12,
      '4': 1,
      '5': 4,
      '10': 'internalQuantity'
    },
    {'1': 'vendor_uom_id', '3': 13, '4': 1, '5': 4, '10': 'vendorUomId'},
    {'1': 'vendor_quantity', '3': 14, '4': 1, '5': 4, '10': 'vendorQuantity'},
    {
      '1': 'vendor_unit_price',
      '3': 15,
      '4': 1,
      '5': 4,
      '10': 'vendorUnitPrice'
    },
    {'1': 'tax_group_id', '3': 16, '4': 1, '5': 4, '10': 'taxGroupId'},
    {'1': 'round_off', '3': 17, '4': 1, '5': 3, '10': 'roundOff'},
    {'1': 'specifications', '3': 18, '4': 1, '5': 9, '10': 'specifications'},
  ],
};