Set the window group ID of the application.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_group_id(purchase_arguments_t *purchase_arguments,
const char *group_id)
BlackBerry 10.0.0
The purchase_arguments_t in which to set the group_id.
The window group ID to be set.
This ID is required so that the Payment Service can properly display dialogs.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.