[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Account class
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Account(
string identity,
Object identityID,
Object accountID
)
public Account(
string identity,
Object identityID,
Object accountID
)
Public Sub New (
identity As String,
identityID As Object,
accountID As Object
)
Public Sub New (
identity As String,
identityID As Object,
accountID As Object
)
public:
Account(
String^ identity,
Object^ identityID,
Object^ accountID
)
public:
Account(
String^ identity,
Object^ identityID,
Object^ accountID
)
new :
identity : string *
identityID : Object *
accountID : Object -> Accountnew :
identity : string *
identityID : Object *
accountID : Object -> Account