Add ContributionProduct and EntityBatch APIv4 Entity
authorMonish Deb <monish.deb@jmaconsulting.biz>
Fri, 4 Jun 2021 08:58:21 +0000 (14:28 +0530)
committerMonish Deb <monish.deb@jmaconsulting.biz>
Tue, 8 Jun 2021 05:23:40 +0000 (10:53 +0530)
Civi/Api4/ContributionProduct.php [new file with mode: 0644]
Civi/Api4/EntityBatch.php [new file with mode: 0644]

diff --git a/Civi/Api4/ContributionProduct.php b/Civi/Api4/ContributionProduct.php
new file mode 100644 (file)
index 0000000..d18ff7f
--- /dev/null
@@ -0,0 +1,22 @@
+<?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       |
+ +--------------------------------------------------------------------+
+ */
+
+namespace Civi\Api4;
+
+/**
+ * Contribution Product entity.
+ *
+ * @package Civi\Api4
+ */
+class ContributionProduct extends Generic\DAOEntity {
+
+}
diff --git a/Civi/Api4/EntityBatch.php b/Civi/Api4/EntityBatch.php
new file mode 100644 (file)
index 0000000..9952295
--- /dev/null
@@ -0,0 +1,30 @@
+<?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;
+
+/**
+ * EntityBatch entity.
+ *
+ * @searchable none
+ * @package Civi\Api4
+ */
+class EntityBatch extends Generic\DAOEntity {
+
+}