Gets the short description of this payment authorization account.
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string AccountDescription { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AccountDescription As String
Get |
| Visual C++ |
|---|
public:
property String^ AccountDescription {
String^ get ();
} |
Field Value
Free form text. Usually the name of the gateway service provider (e.g., Verisign) or the usage of this specific account (e.g., Credit Card Payments).
See Also