Get the value of an extra parameter from the purchase arguments.
#include <bps/paymentservice.h>
BPS_API const char* paymentservice_purchase_arguments_get_extra_parameter_by_key(purchase_arguments_t *purchase_arguments,
const char *key)
BlackBerry 10.0.0
The purchase_arguments_t from which to get the value of the extra parameter.
The key of the extra parameter value to be retrieved.
Retrieve the value of the extra parameter with the provided key, which was previously set via paymentservice_purchase_arguments_set_extra_parameter().
The value, or NULL if no extra parameter with the provided key has been set.