Gets the response message returned from the payment processor

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

Syntax

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

See Also