paymentservice_purchase_arguments_set_vendor_customer_id()

Set the vendor customer id to be associated with the purchase.

Synopsis:

#include <bps/paymentservice.h>
 
BPS_API int paymentservice_purchase_arguments_set_vendor_customer_id(purchase_arguments_t *purchase_arguments, const char *vendor_customer_id)

Since:

BlackBerry 10.0.0

Arguments:

purchase_arguments

The purchase_arguments_t in which to set the vendor customer ID.

vendor_customer_id

The vendor customer ID to be set.

Library:

libbps

Description:

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.