responseCode property

int? responseCode
read / write

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;