Overview
  • Namespace
  • Class
  • Tree

Namespaces

  • OpenDNS
    • MES
      • Recurring
      • Reporting
      • Trident

Classes

  • Capture
  • CardTransaction
  • Credit
  • DeleteStoredCard
  • PreAuthorization
  • ReAuthorization
  • Refund
  • Request
  • Sale
  • StoreCard
  • Verification
  • Void

Class Void

Void a previous preauthorization transaction.

If you want to void a Sale or Capture, use Refund instead.

OpenDNS\MES\Request
Extended by OpenDNS\MES\Trident\Request
Extended by OpenDNS\MES\Trident\Void
Namespace: OpenDNS\MES\Trident
Located at Trident/Void.php

Methods summary

public OpenDNS\MES\Trident\Void
# setTransactionId( string $transactionId )

Set the transaction ID of a previous preauthorization transaction.

Set the transaction ID of a previous preauthorization transaction.

Parameters

$transactionId

Returns

OpenDNS\MES\Trident\Void
The current class instance for chaining

Methods inherited from OpenDNS\MES\Trident\Request

__construct(), setAuthenticationInfo()

Methods inherited from OpenDNS\MES\Request

execute(), factory(), getApiUrl(), getClient(), processResponse(), removeField(), setDefaults(), setField()

Magic methods summary

Constants summary

Constants inherited from OpenDNS\MES\Request

ENV_CERT, ENV_PROD, ENV_TEST

Properties summary

protected string $transactionType

Transaction type to send in the request

Transaction type to send in the request

# 'V'

Properties inherited from OpenDNS\MES\Trident\Request

$apiBasePath

Properties inherited from OpenDNS\MES\Request

$apiBaseDomain, $apiEndpointPath, $apiEnvironment, $defaultFieldValues, $httpMethod

API documentation generated by ApiGen