BluefinAccount Constructor Bluefin Web Client API Documentation
Initializes the instance of BluefinAccount class with immutable account identification number and access key.

Namespace: Bluefin.Data
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 ( _
	accountID As String, _
	accessKey As String _
)

Parameters

accountID
Type: OnlineSystem String
String of Bluefin account identification number that the customer was issued after its account has been setup
accessKey
Type: OnlineSystem String
String of secret key the the customer was provided with by Bluefin after the account has been setup.
See Also