Request to force transaction. It requires both transaction id and authorization code
Inheritance Hierarchy

Bluefin.Web.Client Request
Bluefin.Web.Client TokenizedTransactionRequest
Bluefin.Web.Client ForceTransactionRequest
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
<ObsoleteAttribute("Not supported. Pass CardTransactionRequest or SwipedCardTransactionRequest instance to Force().", _ True)> _ Public Class ForceTransactionRequest _ Inherits TokenizedTransactionRequest
Remarks
The use of the force allows you to post the transaction to the cardholder’s account without approval, and then using the force, post pass an approval code to complete the transaction. These charges, however, will not be applied until settlements are run during the batch process.
See Also