ForceTransactionRequest Constructor (String, String)Bluefin Web Client API Documentation
Initializes the new instance of the request to force the transaction that is identified by transactionID with forced authorization code authorizationCode

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

Public Sub New ( _
	transactionID As String, _
	authorizationCode As String _
)

Parameters

transactionID
Type: OnlineSystem String
String that represent ID of transaction
authorizationCode
Type: OnlineSystem String
String of 6 digit authorization code
Remarks

Use this overload for non-ISV access. In the case of multiple accounts supported use the overload ForceTransactionRequest(String, String, BluefinAccount)
See Also