Merge pull request #20698 from colemanw/limit25ForGet
[civicrm-core.git] / Civi / Api4 / PaymentToken.php
index e7ba25bcd26ed164e23612b5e4b5ed482eae32ee..f1fb0d38f14c20adc3012d8a9b1d4d5faefb711c 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,6 +15,8 @@ namespace Civi\Api4;
  *
  * @see https://docs.civicrm.org/user/en/latest/contributions/payment-processors/#managing-recurring-contributions
  *
+ * @searchable secondary
+ * @since 5.37
  * @package Civi\Api4
  */
 class PaymentToken extends Generic\DAOEntity {