Skip to content

Commit

Permalink
Merge pull request #20433 from seamuslee001/financial_item_v4
Browse files Browse the repository at this point in the history
dev/core#2486 Add in FinancialItem APIv4 Entity
  • Loading branch information
eileenmcnaughton authored Jun 1, 2021
2 parents 3f27686 + 3ee1fe4 commit 15a79a5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Civi/Api4/FinancialItem.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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 comments on commit 15a79a5

Please sign in to comment.