Merge pull request #19706 from civicrm/5.35
[civicrm-core.git] / Civi / Api4 / PaymentProcessor.php
index 5cf857c74debd03718891b23b18b7948f37921cc..c864069478c1b4f47a708d39820b675ba7f5fa1e 100644 (file)
@@ -20,8 +20,11 @@ namespace Civi\Api4;
 /**
  * Payment Processor entity.
  *
+ * @see https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/
+ *
  * @package Civi\Api4
  */
 class PaymentProcessor extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }