Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PaymentTokenRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Vault\Api;
7 
15 {
23  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
24 
32  public function getById($entityId);
33 
41  public function delete(Data\PaymentTokenInterface $paymentToken);
42 
50  public function save(Data\PaymentTokenInterface $paymentToken);
51 }
save(Data\PaymentTokenInterface $paymentToken)
$searchCriteria
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)