CardinalResponse - iOS
Properties | Type | Description |
---|---|---|
isValidated | BOOL | This value represents whether the transaction was successful or not. |
errorNumber | NSInteger | Application error number. A non-zero value represents the error encountered while attempting the process the message request. |
errorDescription | NSString | Application error description for the associated error number. |
payment | CardinalPayment | Check CardinalPayment object for detailed information. |
actionCode | CardinalResponseActionCode | The resulting state of the transaction. ENUM with the following possible values: Â Â CardinalResponseActionCodeSuccess, Â Â CardinalResponseActionCodeNoAction, Â Â CardinalResponseActionCodeFailure, Â Â CardinalResponseActionCodeError, Â Â CardinalResponseActionCodeCancel, Â Â CardinalResponseActionCodeTimeout |