Gets the authorization code returned from the payment processor

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also