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