Gets the key to this payment authorization account.

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

Syntax

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

Field Value

Usually the name of the gateway service provider, e.g., VERISIGN

See Also