CreditNoteItem$json top-level constant

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

Implementation

@$core.Deprecated('Use creditNoteItemDescriptor instead')
const CreditNoteItem$json = {
  '1': 'CreditNoteItem',
  '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': 'credit_note_id', '3': 10, '4': 1, '5': 4, '10': 'creditNoteId'},
    {'1': 'family_id', '3': 11, '4': 1, '5': 4, '10': 'familyId'},
    {
      '1': 'internal_quantity',
      '3': 12,
      '4': 1,
      '5': 4,
      '10': 'internalQuantity'
    },
    {'1': 'client_uom_id', '3': 13, '4': 1, '5': 4, '10': 'clientUomId'},
    {'1': 'client_quantity', '3': 14, '4': 1, '5': 4, '10': 'clientQuantity'},
    {
      '1': 'client_family_code',
      '3': 15,
      '4': 1,
      '5': 9,
      '10': 'clientFamilyCode'
    },
    {'1': 'unit_price', '3': 16, '4': 1, '5': 4, '10': 'unitPrice'},
    {'1': 'tax_group_id', '3': 17, '4': 1, '5': 4, '10': 'taxGroupId'},
    {'1': 'round_off', '3': 18, '4': 1, '5': 3, '10': 'roundOff'},
    {'1': 'specifications', '3': 19, '4': 1, '5': 9, '10': 'specifications'},
  ],
};