Skip to content

Commit

Permalink
Merge pull request #19918 from eileenmcnaughton/payment
Browse files Browse the repository at this point in the history
Add FinancialTrxn apiv4
  • Loading branch information
colemanw authored Mar 27, 2021
2 parents b190ef9 + 70b1f49 commit 7412fb8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Civi/Api4/FinancialTrxn.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?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 Trxn entity.
*
* Financial transactions are low level accounting entries.
* They include, but are not limited to, payments.
*
* If your interest is really in payments you should use that api.
*
* @see https://docs.civicrm.org/dev/en/latest/financial/financialentities/#financial-transactions
*
* @package Civi\Api4
*/
class FinancialTrxn extends Generic\DAOEntity {

}

0 comments on commit 7412fb8

Please sign in to comment.