TokenizedTransactionRequest Constructor (String)Bluefin Web Client API Documentation
Initializes request with previous transaction id to be refunded.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Protected Sub New ( _
	tokenID As String _
)

Parameters

tokenID
Type: OnlineSystem String
previous transaction id to be refunded.
Remarks

Use this constructor for refunds or capture requests in full amount.

Non-ISV version. If your code is intended to support multiple accounts, use the overload TokenizedTransactionRequest(String, BluefinAccount)

See Also