Initializes the new instance of the request to reverse transaction known by tokenID.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Sub New ( _
tokenID As String _
)
Public Sub New ( _
tokenID As String _
)
public ReversalTransactionRequest(
string tokenID
)
public ReversalTransactionRequest(
string tokenID
)
public:
ReversalTransactionRequest(
String^ tokenID
)
public:
ReversalTransactionRequest(
String^ tokenID
)
Parameters
- tokenID
- Type:
System String
String that represents ID of previously authorized transaction.
Use this overload for non-ISV access. In the case of multiple accounts supported
use the overload
ReversalTransactionRequest(String, BluefinAccount)