Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
VaultPaymentInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Vault\Model;
7 
9 
16 {
17  const VAULT_AUTHORIZE_COMMAND = 'vault_authorize';
18 
19  const VAULT_SALE_COMMAND = 'vault_sale';
20 
21  const CAN_AUTHORIZE = 'can_authorize_vault';
22 
23  const CAN_CAPTURE = 'can_capture_vault';
24 
29  public function getProviderCode();
30 }