Gets the merchant account user name to use when processing transactions thru this gateway.
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string AccountUserName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AccountUserName As String Get |
| Visual C++ |
|---|
public: property String^ AccountUserName { String^ get (); } |