resultCode property

int? resultCode
read / write

This is a numeric status code that indicates the status of the transaction processing. 0 means success and any other code means an error occurred or the transaction failed.

Implementation

int? resultCode;