Response Property
The response from the transaction is described here.
Syntax
[VB.NET] Public ReadOnlyProperty Response As Response
[C#] public Response Response {get;}
Remarks
This property will be populated after a call to Authorize or Sale. It will contain information about the transaction.
This property is read-only.