Gets the merchant account user name to use when processing transactions thru this gateway.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string AccountUserName { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccountUserName As String
Visual C++
public:
property String^ AccountUserName {
	String^ get ();
}

Field Value

A string. Typically this is created when setting up the account with the gateway service provider.

See Also