Overview
  • Namespace
  • Class
  • Tree

Namespaces

  • OpenDNS
    • MES
      • Recurring
      • Reporting
      • Trident

Classes

  • Capture
  • CardTransaction
  • Credit
  • DeleteStoredCard
  • PreAuthorization
  • ReAuthorization
  • Refund
  • Request
  • Sale
  • StoreCard
  • Verification
  • Void
 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 
API documentation generated by ApiGen