Set the vendor content id to be associated with the purchase.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_vendor_content_id(purchase_arguments_t *purchase_arguments,
const char *vendor_content_id)
BlackBerry 10.0.0
The purchase_arguments_t in which to set the vendor content ID.
The vendor content ID to be set.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.