TokenizedTransactionRequest Constructor (String, BluefinAccount)Bluefin Web Client API Documentation
Initializes request with previous transaction id to be refunded for account known by account.

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, _
	account As BluefinAccount _
)

Parameters

tokenID
Type: OnlineSystem String
previous transaction id to be refunded.
account
Type: Bluefin.Data BluefinAccount
instance of the data container with the account identification number and the access key.
Remarks

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