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