ResponseApproved Property
Indicates the status of the last transaction.
Syntax
property ResponseApproved: Boolean;
Default Value
false
Remarks
Indicates the status of the last transaction. This property will be True if the last transaction was approved. However, you should not rely solely on the value contained in this property. After every transaction, the ResponseCode should be inspected and evaluated according to the specifications of the Gateway in use. A list of response codes for each gateway is listed in the table of contents. However, it is recommended that the developer acquire the current list from the Gateway which is being used.
This property is read-only and not available at design time.
Data Type
Boolean