RefundTransactionRequest Constructor (String, Double)Bluefin Web Client API Documentation
Initializes the new instance of the request to refund transaction known by tokenID for specified amount.

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 ( _
	tokenID As String, _
	amount As Double _
)

Parameters

tokenID
Type: OnlineSystem String
String that represents ID of successful transaction to be refunded.
amount
Type: OnlineSystem Double
Double amount to refund. You may specify amount less than original transaction amount.
Remarks

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