Set the SKU of the digital good to purchase.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_digital_good_sku(purchase_arguments_t *purchase_arguments,
const char *digital_good_sku)
BlackBerry 10.0.0
The purchase_arguments_t in which to set the digital_good_sku.
The digital good SKU to be set.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.