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