Deprecated: Retrieve the ID for a transaction.
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_event_get_transaction_id(bps_event_t *event,
unsigned int index) BPS_DEPRECATED
BlackBerry 10.0.0
A transaction ID is generated every time there is a transfer of funds. For example, a transaction ID is generated when a user first purchases an app or subscription, purchases an avatar or extra level for a game, or when a subscription renewal takes place. A transaction ID is also generated when funds are returned. The transaction ID appears on users' purchase receipts as "Order ID".
Deprecated:
Use paymentservice_event_get_purchase_id() instead.