-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I put up a merge request to edit in somewhere to link to https://lab.civicrm.org/documentation/docs/user-en/-/merge_requests/472 since I couldn't see anywhere that payment tokens were discussed
- Loading branch information
1 parent
5b92de4
commit 57520df
Showing
2 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
|
||
/** | ||
* Payment Token entity. | ||
* | ||
* @see https://docs.civicrm.org/user/en/latest/contributions/payment-processors/#managing-recurring-contributions | ||
* | ||
* @package Civi\Api4 | ||
*/ | ||
class PaymentToken extends Generic\DAOEntity { | ||
use Generic\Traits\OptionList; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters