responseCode property

int? responseCode
getter/setter pair

This is a Numeric status code that indicates the status of the transaction submission. 0 means successful submission and any other code means an error occurred.

Implementation

int? responseCode;