paymentservice_purchase_arguments_get_vendor_content_id()
Get the vendor content ID from the purchase arguments.
Synopsis:
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_purchase_arguments_get_vendor_content_id(purchase_arguments_t *purchase_arguments)
Arguments:
- purchase_arguments
-
The purchase_arguments_t from which to get the vendor content ID.
Library:
libbpsDescription:
Retrieve the vendor content ID that was previously set via paymentservice_purchase_arguments_set_vendor_content_id().
Returns:
The vendor content ID, or NULL if it has not yet been set.