Merge pull request #21250 from agileware/CIVICRM-1820
[civicrm-core.git] / Civi / Api4 / PaymentProcessorType.php
index 425d4ba122c12d544f60f583f52da97f786d2173..bc60c6180d95a55318c4068f56e63dd9e354a09b 100644 (file)
@@ -8,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -22,8 +15,11 @@ namespace Civi\Api4;
  *
  * @see \Civi\Api4\PaymentProcessor
  *
+ * @searchable none
+ * @since 5.23
  * @package Civi\Api4
  */
 class PaymentProcessorType extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }