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.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 (); } |