resultCode property

int? resultCode
getter/setter pair

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;