Gets the short description of this payment authorization account.

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

Syntax

C#
public string AccountDescription { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccountDescription As String
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