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