Retrieve a purchase arguments structure to populate.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_create(purchase_arguments_t **purchase_arguments)
BlackBerry 10.0.0
The pointer at the provided location will be set to point to a purchase_arguments_t structure, which can be populated via the paymentservice_purchase_arguments_set functions.
Once populated, you can pass the purchase_arguments_t structure to paymentservice_purchase_request_with_arguments().
The caller must call paymentservice_purchase_arguments_destroy() when done with this structure.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.