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  * Store a card for later use.
 6  *
 7  * Will return a card_id you can use in subsequent transactions.
 8  */
 9 class StoreCard extends CardTransaction
10 {
11     /** @var string Transaction type to send in the request */
12     protected $transactionType = 'T';
13 }
14 
API documentation generated by ApiGen