Skip to content
Snippets Groups Projects
Unverified Commit 15a79a58 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #20433 from seamuslee001/financial_item_v4

#2486 Add in FinancialItem APIv4 Entity
parents 3f276863 3ee1fe40
Branches
Tags
No related merge requests found
<?php
/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
/**
*
* @package CRM
* @copyright CiviCRM LLC https://civicrm.org/licensing
*/
namespace Civi\Api4;
/**
* Financial Item entity.
*
* Financial Items are low level accounting entries. They track the amounts paid to each line item.
*
* If your interest is really in payments you should use that api.
*
* @see https://docs.civicrm.org/dev/en/latest/financial/financialentities/#financial-items
*
* @package Civi\Api4
*/
class FinancialItem extends Generic\DAOEntity {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment