Get the digital good ID from the purchase arguments.
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_purchase_arguments_get_digital_good_id(purchase_arguments_t *purchase_arguments)
BlackBerry 10.0.0
The purchase_arguments_t from which to get the digital good id.
Retrieve the digital good ID that was previously set via paymentservice_purchase_arguments_set_digital_good_id().
The digital good ID, or NULL if it has not yet been set.