Overview
  • Namespace
  • Class
  • Tree

Namespaces

  • OpenDNS
    • MES
      • Recurring
      • Reporting
      • Trident

Classes

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

Class DeleteStoredCard

Delete a stored credit card

If you want to refund an already-processed transaction, use Refund instead.

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

Methods summary

public OpenDNS\MES\Trident\DeleteStoredCard
# setCardId( integer|string $cardId )

Set the card ID to delete

Set the card ID to delete

This is a 32-character alphanumeric ID returned from a previous 'Store Card' call.

Parameters

$cardId

Returns

OpenDNS\MES\Trident\DeleteStoredCard
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

# 'X'

Properties inherited from OpenDNS\MES\Trident\Request

$apiBasePath

Properties inherited from OpenDNS\MES\Request

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

API documentation generated by ApiGen