1 <?php 2 namespace OpenDNS\MES\Trident; 3 4 /** 5 * Verify a card without actually reserving any funds 6 */ 7 class Verification extends CardTransaction 8 { 9 /** @var string Transaction type to send in the request */ 10 protected $transactionType = 'A'; 11 } 12