Initializes the instance of the request with preivous transaction id as token id and specified amount
for the customer account known by account.
Namespace: Bluefin.Web.ClientAssembly: 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, _ amount As Double, _ account As BluefinAccount _ )
Parameters
- tokenID
- Type:
System String
previous transaction id
- amount
- Type:
System Double
transaction amount
- account
- Type: Bluefin.Data BluefinAccount
instance of the data container with the account identification number and the access key.
See Also