Payment service response codes

This enumeration defines response codes.

Synopsis:

#include <bps/paymentservice.h>
 
enumĀ {
      SUCCESS_RESPONSE = 0   
      FAILURE_RESPONSE = 1   
};

Since:

BlackBerry 10.0.0

Data:

SUCCESS_RESPONSE
Indicates that a request that was sent to the Payment Service was successful.
FAILURE_RESPONSE
Indicates that a request that was sent to the Payment Service failed.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

These response codes indicate whether a request that was sent to the Payment Service was successful or unsuccessful.