Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getList (\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria) | |
getById ($entityId) | |
delete (Data\PaymentTokenInterface $paymentToken) | |
save (Data\PaymentTokenInterface $paymentToken) | |
Gateway vault payment token repository interface.
@api
Definition at line 14 of file PaymentTokenRepositoryInterface.php.
delete | ( | Data\PaymentTokenInterface | $paymentToken | ) |
Deletes a specified payment token.
\Magento\Vault\Api\Data\PaymentTokenInterface | $paymentToken | The invoice. |
getById | ( | $entityId | ) |
Loads a specified payment token.
int | $entityId | The payment token entity ID. |
Implemented in PaymentTokenRepository.
getList | ( | \Magento\Framework\Api\SearchCriteriaInterface | $searchCriteria | ) |
Lists payment tokens that match specified search criteria.
\Magento\Framework\Api\SearchCriteriaInterface | $searchCriteria | The search criteria. |
save | ( | Data\PaymentTokenInterface | $paymentToken | ) |
Performs persist operations for a specified payment token.
\Magento\Vault\Api\Data\PaymentTokenInterface | $paymentToken | The payment token. |